summaryrefslogtreecommitdiff
path: root/win32/zlib/zlib.vcproj
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-02 14:25:38 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-02 14:25:38 +0200
commitff01fcf851db8ebb3e6dc8190a2fb53a85632e8d (patch)
tree47cd9e280d488927fdf0ed159e821b34d920870a /win32/zlib/zlib.vcproj
parent50931238e2975bebf29fd94e06ceb945712c4bb2 (diff)
downloadmupdf-ff01fcf851db8ebb3e6dc8190a2fb53a85632e8d.tar.xz
Add _CRT_SECURE_NO_WARNINGS to MSVC project files to silence some silly warnings when building third party libraries.
Diffstat (limited to 'win32/zlib/zlib.vcproj')
-rw-r--r--win32/zlib/zlib.vcproj24
1 files changed, 2 insertions, 22 deletions
diff --git a/win32/zlib/zlib.vcproj b/win32/zlib/zlib.vcproj
index 0da3f832..10d94f37 100644
--- a/win32/zlib/zlib.vcproj
+++ b/win32/zlib/zlib.vcproj
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -101,7 +101,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -167,26 +167,6 @@
>
</File>
<File
- RelativePath="..\..\thirdparty\zlib\gzclose.c"
- >
- </File>
- <File
- RelativePath="..\..\thirdparty\zlib\gzguts.h"
- >
- </File>
- <File
- RelativePath="..\..\thirdparty\zlib\gzlib.c"
- >
- </File>
- <File
- RelativePath="..\..\thirdparty\zlib\gzread.c"
- >
- </File>
- <File
- RelativePath="..\..\thirdparty\zlib\gzwrite.c"
- >
- </File>
- <File
RelativePath="..\..\thirdparty\zlib\infback.c"
>
</File>