Fix pg_dump linking on Win32 with MSVS win32.mak:

Bruce Momjian <bruce@momjian.us>

Commit: dfd4259e94395088e9c47b23fb7a3b63497faff1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-12-04T22:26:46Z
Releases: 8.2.1
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

Files

PathChange+/−
src/bin/pg_dump/win32.mak modified +8 −1