X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=Nmakefile;h=d0b543d7abde02fe8837031ba727191c5f1930da;hp=1edc14199ddd4bf58b3b61c0ed4b497f465cbd22;hb=52e01d93b21228d13ec9cd022a04e09cf5f08583;hpb=11deca47b438be4e1ba741fe9487d4c49e206411 diff --git a/Nmakefile b/Nmakefile index 1edc14199d..d0b543d7ab 100755 --- 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