summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"