blob: 0a46340b983925179ad8ffd31d30da5c5eb020cf [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="zlib"
6 SccProjectName="zlib"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-debug\zlib"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.1.4"
24 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
25 RuntimeLibrary="3"
26 UsePrecompiledHeader="2"
27 PrecompiledHeaderFile=".\x86-temp-debug\zlib/zlib.pch"
28 AssemblerListingLocation=".\x86-temp-debug\zlib/"
29 ObjectFile=".\x86-temp-debug\zlib/"
30 ProgramDataBaseFileName=".\x86-temp-debug\zlib/"
31 WarningLevel="3"
32 SuppressStartupBanner="TRUE"
33 DebugInformationFormat="3"
34 CompileAs="0"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLinkerTool"
39 AdditionalDependencies="..\..\zlib-1.1.4\zlib.lib"
40 OutputFile="./zlib_d.pyd"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 IgnoreDefaultLibraryNames="libc"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile=".\./zlib_d.pdb"
46 SubSystem="2"
47 BaseAddress="0x1e1B0000"
48 ImportLibrary=".\./zlib_d.lib"
49 TargetMachine="1"/>
50 <Tool
51 Name="VCMIDLTool"
52 PreprocessorDefinitions="_DEBUG"
53 MkTypLibCompatible="TRUE"
54 SuppressStartupBanner="TRUE"
55 TargetEnvironment="1"
56 TypeLibraryName=".\./zlib.tlb"
57 HeaderFileName=""/>
58 <Tool
59 Name="VCPostBuildEventTool"/>
60 <Tool
61 Name="VCPreBuildEventTool"/>
62 <Tool
63 Name="VCPreLinkEventTool"
64 Description="Checking static zlib has been built"
65 CommandLine="cd ..\..\zlib-1.1.4
66nmake -nologo -f msdos\makefile.w32 zlib.lib
67"/>
68 <Tool
69 Name="VCResourceCompilerTool"
70 PreprocessorDefinitions="_DEBUG"
71 Culture="1033"/>
72 <Tool
73 Name="VCWebServiceProxyGeneratorTool"/>
74 <Tool
75 Name="VCXMLDataGeneratorTool"/>
76 <Tool
77 Name="VCWebDeploymentTool"/>
78 <Tool
79 Name="VCManagedWrapperGeneratorTool"/>
80 <Tool
81 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory=".\."
86 IntermediateDirectory=".\x86-temp-release\zlib"
87 ConfigurationType="2"
88 UseOfMFC="0"
89 ATLMinimizesCRunTimeLibraryUsage="FALSE">
90 <Tool
91 Name="VCCLCompilerTool"
92 Optimization="2"
93 InlineFunctionExpansion="1"
94 AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.1.4"
95 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
96 StringPooling="TRUE"
97 RuntimeLibrary="2"
98 EnableFunctionLevelLinking="TRUE"
99 UsePrecompiledHeader="2"
100 PrecompiledHeaderFile=".\x86-temp-release\zlib/zlib.pch"
101 AssemblerListingLocation=".\x86-temp-release\zlib/"
102 ObjectFile=".\x86-temp-release\zlib/"
103 ProgramDataBaseFileName=".\x86-temp-release\zlib/"
104 WarningLevel="3"
105 SuppressStartupBanner="TRUE"
106 DebugInformationFormat="3"
107 CompileAs="0"/>
108 <Tool
109 Name="VCCustomBuildTool"/>
110 <Tool
111 Name="VCLinkerTool"
112 AdditionalDependencies="..\..\zlib-1.1.4\zlib.lib"
113 OutputFile="./zlib.pyd"
114 LinkIncremental="1"
115 SuppressStartupBanner="TRUE"
116 IgnoreDefaultLibraryNames="libc"
117 GenerateDebugInformation="TRUE"
118 ProgramDatabaseFile=".\./zlib.pdb"
119 SubSystem="2"
120 BaseAddress="0x1e1B0000"
121 ImportLibrary=".\./zlib.lib"
122 TargetMachine="1"/>
123 <Tool
124 Name="VCMIDLTool"
125 PreprocessorDefinitions="NDEBUG"
126 MkTypLibCompatible="TRUE"
127 SuppressStartupBanner="TRUE"
128 TargetEnvironment="1"
129 TypeLibraryName=".\./zlib.tlb"
130 HeaderFileName=""/>
131 <Tool
132 Name="VCPostBuildEventTool"/>
133 <Tool
134 Name="VCPreBuildEventTool"/>
135 <Tool
136 Name="VCPreLinkEventTool"
137 Description="Checking static zlib has been built"
138 CommandLine="cd ..\..\zlib-1.1.4
139nmake -nologo -f msdos\makefile.w32 zlib.lib
140"/>
141 <Tool
142 Name="VCResourceCompilerTool"
143 PreprocessorDefinitions="NDEBUG"
144 Culture="1033"/>
145 <Tool
146 Name="VCWebServiceProxyGeneratorTool"/>
147 <Tool
148 Name="VCXMLDataGeneratorTool"/>
149 <Tool
150 Name="VCWebDeploymentTool"/>
151 <Tool
152 Name="VCManagedWrapperGeneratorTool"/>
153 <Tool
154 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
155 </Configuration>
156 </Configurations>
157 <References>
158 </References>
159 <Files>
160 <File
161 RelativePath="..\Modules\zlibmodule.c">
162 </File>
163 </Files>
164 <Globals>
165 </Globals>
166</VisualStudioProject>