]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_dump linking on Win32 with MSVS win32.mak:
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Dec 2006 22:26:46 +0000 (22:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Dec 2006 22:26:46 +0000 (22:26 +0000)
commitdfd4259e94395088e9c47b23fb7a3b63497faff1
tree71cdc5923b1d659e7253226943b8f801a38799d0
parente1bfa1869f10f2445747239feb21882e8b56e0f1
Fix pg_dump linking on Win32 with MSVS win32.mak:

The module link is insufficient.:-(

---- Sorry, japanese message change to xxx ---
link.exe @C:\DOCUME~1\hi-saito\LOCALS~1\Temp\nmk03360.
common.obj : error LNK2001: xxxxxx "_pg_qsort" xxxxxx
pg_dump_sort.obj : error LNK2001: xxxxx "_pg_qsort" xxxxx
.\Release\pg_dump.exe : fatal error LNK1120: xxxxxxx
NMAKE : fatal error U1077: 'link.exe' : xxxxx '0x460'
Stop.

Hiroshi Saito
src/bin/pg_dump/win32.mak