Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 60100b1

Browse files
committed
1 parent 247e0d7 commit 60100b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mkfiles.pl

+3-2
Original file line numberDiff line numberDiff line change
@@ -634,10 +634,11 @@ sub manpages {
634634
"# C compilation flags\n".
635635
"CFLAGS = /nologo /W3 /GS /Zi " .
636636
"/D_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES=1 ".
637-
"/D_CRT_SECURE_NO_WARNINGS=1 ".
637+
"/D_CRT_SECURE_NO_WARNINGS=1 ".
638+
"/d2guard4 ".
638639
(join " ", map {"-I$dirpfx$_"} @srcdirs) .
639640
" /D_WINDOWS /D_WIN32_WINDOWS=0x500 /DWINVER=0x500\n".
640-
"LFLAGS = /dynamicbase /nxcompat /debug\n".
641+
"LFLAGS = /dynamicbase /nxcompat /debug /guard:cf\n".
641642
"!if \"\$(DEBUG)\" == \"1\"\n".
642643
"CFLAGS=\$(CFLAGS) /Od /DDEBUG /RTC1\n".
643644
"!else\n".

0 commit comments

Comments
 (0)