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
13
13
!MESSAGE Building the Win32 static library...
14
14
!MESSAGE
15
15
!ELSE
16
- ADD_DEFINES =/D "WIN64" /Wp64
16
+ ADD_DEFINES =/D "WIN64" /Wp64 /GS
17
+ ADD_SECLIB =bufferoverflowU.lib
17
18
!MESSAGE Building the Win64 static library...
18
19
!MESSAGE
19
20
!ENDIF
@@ -175,7 +176,7 @@ CPP_SBRS=.
175
176
RSC_PROJ =/l 0x409 /fo"$(INTDIR ) \libpq.res"
176
177
177
178
LINK32 =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 ) \
179
180
/nologo /subsystem:windows /dll $(LOPT ) /incremental:no \
180
181
/pdb:"$(OUTDIR ) \libpqdll.pdb" /machine:$(CPU ) \
181
182
/out:"$(OUTDIR ) \$(OUTFILENAME ) .dll"\
You can’t perform that action at this time.
0 commit comments