From fe6965915efc2c8d0f6e3e61e66094ddf988144b Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 12 Nov 2010 03:40:32 +0000 Subject: Build release version properly. --- win32/win32.vcproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32/win32.vcproj') diff --git a/win32/win32.vcproj b/win32/win32.vcproj index 68b68ba..f205aa4 100644 --- a/win32/win32.vcproj +++ b/win32/win32.vcproj @@ -138,7 +138,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -148,6 +148,7 @@ ProgramDataBaseFileName=".\release/" WarningLevel="3" SuppressStartupBanner="true" + DisableSpecificWarnings="4996" />