diff options
| author | Bruce Momjian | 1999-06-07 14:29:20 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-06-07 14:29:20 +0000 |
| commit | 8864ee0b6b45d52d85f67e3e027e119e2700c3f4 (patch) | |
| tree | b309eb88185b3b8fa778416671b6f562b3c0642f /src/bin/psql | |
| parent | bad3b3068d97c8acf68958176fa017d5033fe773 (diff) | |
> Here is a small patch that should only affect win32 building
> (native win32, not cygnus).
> It does the following:
> Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and
> HAVE_STRDUP. This is required to build at all.
> Bumps the version number on libpq.dll from 6.4 to 6.5.
> Required for install programs to work.
> Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in
> the client-side libpiq directory.
>
> All these files are only used when building on native win32,
> so it should be safe I think.
>
> Again, really sorry to throw this in so late, but I would
> hate to do the same thing as with 6.4 (which required 6.4.1
> to at all compile on Win32).
>
> Thanks,
>
> //Magnus
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/win32.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/win32.mak b/src/bin/psql/win32.mak index 65d7e192136..0ebc3e512c3 100644 --- a/src/bin/psql/win32.mak +++ b/src/bin/psql/win32.mak @@ -28,7 +28,7 @@ CLEAN : CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\ "_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \ - /I ..\..\include /I ..\..\interfaces\libpq + /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" /D "BLCKSZ=8192" !IFDEF MULTIBYTE !IFNDEF MBFLAGS |
