forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit50a0739
committed
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" xxxxxxpg_dump_sort.obj : error LNK2001: xxxxx "_pg_qsort" xxxxx.\Release\pg_dump.exe : fatal error LNK1120: xxxxxxxNMAKE : fatal error U1077: 'link.exe' : xxxxx '0x460'Stop.Hiroshi Saito1 parent1e22e60 commit50a0739
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| |||
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
100 |
| - | |
| 101 | + | |
| 102 | + | |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
| |||
188 | 190 |
| |
189 | 191 |
| |
190 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
191 | 198 |
| |
192 | 199 |
| |
193 | 200 |
| |
|
0 commit comments
Comments
(0)