File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ CPU=i386
1313!MESSAGE Building the Win32 static library...
1414!MESSAGE
1515!ELSE
16- ADD_DEFINES =/D "WIN64" /Wp64
16+ ADD_DEFINES =/D "WIN64" /Wp64 /GS
17+ ADD_SECLIB =bufferoverflowU.lib
1718!MESSAGE Building the Win64 static library...
1819!MESSAGE
1920!ENDIF
@@ -175,7 +176,7 @@ CPP_SBRS=.
175176RSC_PROJ =/l 0x409 /fo"$(INTDIR ) \libpq.res"
176177
177178LINK32 =link.exe
178- LINK32_FLAGS =kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib secur32.lib $(SSL_LIBS ) $(KFW_LIB ) \
179+ LINK32_FLAGS =kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib secur32.lib $(SSL_LIBS ) $(KFW_LIB ) $( ADD_SECLIB ) \
179180 /nologo /subsystem:windows /dll $(LOPT ) /incremental:no \
180181 /pdb:"$(OUTDIR ) \libpqdll.pdb" /machine:$(CPU ) \
181182 /out:"$(OUTDIR ) \$(OUTFILENAME ) .dll"\
You can’t perform that action at this time.
0 commit comments