Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe4b8c4

Browse files
committed
Add missing library to standalone libpq build on Win32.
Hiroshi Saito
1 parent cd87b6f commit fe4b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ CPP_SBRS=.
197197
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libpq.res"
198198

199199
LINK32=link.exe
200-
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib secur32.lib $(SSL_LIBS) $(KFW_LIB) $(ADD_SECLIB) \
200+
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib ws2_32.lib secur32.lib $(SSL_LIBS) $(KFW_LIB) $(ADD_SECLIB) \
201201
/nologo /subsystem:windows /dll $(LOPT) /incremental:no \
202202
/pdb:"$(OUTDIR)\libpqdll.pdb" /machine:$(CPU) \
203203
/out:"$(OUTDIR)\$(OUTFILENAME).dll"\

0 commit comments

Comments
 (0)