diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc7/testzlib.vcproj (renamed from contrib/testzlib/testzlib.vcproj) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/testzlib/testzlib.vcproj b/contrib/vstudio/vc7/testzlib.vcproj index bd9b39b..97bc3e8 100644 --- a/contrib/testzlib/testzlib.vcproj +++ b/contrib/vstudio/vc7/testzlib.vcproj | |||
@@ -2,8 +2,8 @@ | |||
2 | <VisualStudioProject | 2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | 3 | ProjectType="Visual C++" |
4 | Version="7.00" | 4 | Version="7.00" |
5 | Name="testzlib" | 5 | Name="testZlibDll" |
6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | 6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654C}" |
7 | Keyword="Win32Proj"> | 7 | Keyword="Win32Proj"> |
8 | <Platforms> | 8 | <Platforms> |
9 | <Platform | 9 | <Platform |
@@ -19,6 +19,7 @@ | |||
19 | <Tool | 19 | <Tool |
20 | Name="VCCLCompilerTool" | 20 | Name="VCCLCompilerTool" |
21 | Optimization="0" | 21 | Optimization="0" |
22 | AdditionalIncludeDirectories="..\..\.." | ||
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="..\..\.." | ||
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="testzlib.c"> | 109 | RelativePath="..\..\testzlib\testzlib.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> |