summaryrefslogtreecommitdiff
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
parentd29b791415ef1a667e838fe4862dad2d12aae307 (diff)
Build release version properly.
-rw-r--r--.gitignore1
-rw-r--r--win32/win32.vcproj3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6559a69..a645ff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ trash
/src/scrounge-ntfs
/win32/debug
+/win32/release \ No newline at end of file
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"