diff options
Diffstat (limited to 'contrib/vstudio/vc7/minizip.vcproj')
-rw-r--r-- | contrib/vstudio/vc7/minizip.vcproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/vstudio/vc7/minizip.vcproj b/contrib/vstudio/vc7/minizip.vcproj index e6f9107..fb5b632 100644 --- a/contrib/vstudio/vc7/minizip.vcproj +++ b/contrib/vstudio/vc7/minizip.vcproj | |||
@@ -19,6 +19,7 @@ | |||
19 | <Tool | 19 | <Tool |
20 | Name="VCCLCompilerTool" | 20 | Name="VCCLCompilerTool" |
21 | Optimization="0" | 21 | Optimization="0" |
22 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
22 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE" | 23 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE" |
23 | MinimalRebuild="TRUE" | 24 | MinimalRebuild="TRUE" |
24 | BasicRuntimeChecks="3" | 25 | BasicRuntimeChecks="3" |
@@ -63,6 +64,7 @@ | |||
63 | Optimization="2" | 64 | Optimization="2" |
64 | InlineFunctionExpansion="1" | 65 | InlineFunctionExpansion="1" |
65 | OmitFramePointers="TRUE" | 66 | OmitFramePointers="TRUE" |
67 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
66 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE" | 68 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE" |
67 | StringPooling="TRUE" | 69 | StringPooling="TRUE" |
68 | RuntimeLibrary="4" | 70 | RuntimeLibrary="4" |
@@ -104,7 +106,7 @@ | |||
104 | Name="Source Files" | 106 | Name="Source Files" |
105 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | 107 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
106 | <File | 108 | <File |
107 | RelativePath="minizip.c"> | 109 | RelativePath="..\..\minizip\minizip.c"> |
108 | </File> | 110 | </File> |
109 | </Filter> | 111 | </Filter> |
110 | <Filter | 112 | <Filter |
@@ -116,7 +118,7 @@ | |||
116 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | 118 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> |
117 | </Filter> | 119 | </Filter> |
118 | <File | 120 | <File |
119 | RelativePath="zlibwapi.lib"> | 121 | RelativePath="ReleaseDll\zlibwapi.lib"> |
120 | </File> | 122 | </File> |
121 | </Files> | 123 | </Files> |
122 | <Globals> | 124 | <Globals> |