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

Commit5cbb119

Browse files
committed
Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.
Hiroshi Saito
1 parentdff6797 commit5cbb119

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/interfaces/libpq/win32.mak

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
<<<<<<< win32.mak
2+
# Makefile for Microsoft Visual C++ 8.0
3+
=======
14
# Makefile for Microsoft Visual C++ 6.0-8.0
5+
>>>>>>> 1.45
26

37
# Will build a static library libpq(d).lib
48
# and a dynamic library libpq(d).dll with import library libpq(d)dll.lib
@@ -163,7 +167,7 @@ SSL_LIBS=ssleay32.lib libeay32.lib gdi32.lib
163167

164168
!IFDEF USE_KFW
165169
CPP_PROJ=$(CPP_PROJ) /D KRB5
166-
KFW_LIBS=krb5_32.lib comerr32.lib
170+
KFW_LIBS=krb5_32.lib comerr32.lib gssapi32.lib
167171
!ENDIF
168172

169173
!IFDEF ENABLE_THREAD_SAFETY
@@ -175,7 +179,7 @@ CPP_SBRS=.
175179
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libpq.res"
176180

177181
LINK32=link.exe
178-
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib$(SSL_LIBS)$(KFW_LIB)\
182+
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.libsecur32.lib$(SSL_LIBS)$(KFW_LIB)\
179183
/nologo /subsystem:windows /dll$(LOPT) /incremental:no\
180184
/pdb:"$(OUTDIR)\libpqdll.pdb" /machine:$(CPU)\
181185
/out:"$(OUTDIR)\$(OUTFILENAME).dll"\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp