]> gitweb.factorcode.org Git - factor.git/blobdiff - Nmakefile
define _CRT_SECURE_NO_WARNINGS to prevent MSVC from pushing its stupid nonstandard...
[factor.git] / Nmakefile
index 1edc14199ddd4bf58b3b61c0ed4b497f465cbd22..d0b543d7abde02fe8837031ba727191c5f1930da 100755 (executable)
--- a/Nmakefile
+++ b/Nmakefile
@@ -1,7 +1,7 @@
 !IF DEFINED(PLATFORM)
 
 LINK_FLAGS = /nologo shell32.lib
-CL_FLAGS = /nologo /O2 /W3
+CL_FLAGS = /nologo /O2 /W3 /D_CRT_SECURE_NO_WARNINGS
 
 !IF DEFINED(DEBUG)
 LINK_FLAGS = $(LINK_FLAGS) /DEBUG