Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe4b8c4

Browse files
committed
Add missing library to standalone libpq build on Win32.
Hiroshi Saito
1 parentcd87b6f commitfe4b8c4

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.libws2_32.libsecur32.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)

[8]ページ先頭

©2009-2025 Movatter.jp