summaryrefslogtreecommitdiff
path: root/win32/win32.vcproj
diff options
context:
space:
mode:
authorStef <stef@memberwebs.com>2010-11-12 03:40:32 +0000
committerStef Walter <stef@thewalter.net>2010-11-12 03:43:33 +0000
commitfe6965915efc2c8d0f6e3e61e66094ddf988144b (patch)
treecf066ba4033483afe9ec697e15b9b5c4fe930440 /win32/win32.vcproj
parentd29b791415ef1a667e838fe4862dad2d12aae307 (diff)
Build release version properly.
Diffstat (limited to 'win32/win32.vcproj')
-rw-r--r--win32/win32.vcproj3
1 files changed, 2 insertions, 1 deletions
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"
/>
<Tool
Name="VCManagedResourceCompilerTool"