zlibvc.vcproj 11.8 KB
Newer Older
M
Mark Adler 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="zlibvc"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\DebugDll"
			IntermediateDirectory=".\DebugDll"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
M
Mark Adler 已提交
23
				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
M
Mark Adler 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37
				ExceptionHandling="FALSE"
				RuntimeLibrary="1"
				PrecompiledHeaderFile=".\DebugDll/zlibvc.pch"
				AssemblerListingLocation=".\DebugDll/"
				ObjectFile=".\DebugDll/"
				ProgramDataBaseFileName=".\DebugDll/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
M
Mark Adler 已提交
38 39
				AdditionalDependencies="gvmat32.obj inffas32.obj"
				OutputFile=".\DebugDll\zlibwapi.dll"
M
Mark Adler 已提交
40 41 42 43
				LinkIncremental="2"
				SuppressStartupBanner="TRUE"
				ModuleDefinitionFile=".\zlibvc.def"
				GenerateDebugInformation="TRUE"
M
Mark Adler 已提交
44
				ProgramDatabaseFile=".\DebugDll/zlibwapi.pdb"
M
Mark Adler 已提交
45
				SubSystem="2"
M
Mark Adler 已提交
46
				ImportLibrary=".\DebugDll/zlibwapi.lib"/>
M
Mark Adler 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\DebugDll/zlibvc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="ReleaseWithoutAsm|Win32"
			OutputDirectory=".\zlibDllWithoutAsm"
			IntermediateDirectory=".\zlibDllWithoutAsm"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
79
				PreprocessorDefinitions="WIN32,ZLIB_WINAPI"
M
Mark Adler 已提交
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
				StringPooling="TRUE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\zlibDllWithoutAsm/zlibvc.pch"
				AssemblerOutput="2"
				AssemblerListingLocation=".\zlibDllWithoutAsm/"
				ObjectFile=".\zlibDllWithoutAsm/"
				ProgramDataBaseFileName=".\zlibDllWithoutAsm/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="crtdll.lib"
M
Mark Adler 已提交
98
				OutputFile=".\zlibDllWithoutAsm\zlibwapi.dll"
M
Mark Adler 已提交
99 100 101 102
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				IgnoreAllDefaultLibraries="TRUE"
				ModuleDefinitionFile=".\zlibvc.def"
M
Mark Adler 已提交
103
				ProgramDatabaseFile=".\zlibDllWithoutAsm/zlibwapi.pdb"
M
Mark Adler 已提交
104
				GenerateMapFile="TRUE"
M
Mark Adler 已提交
105
				MapFileName=".\zlibDllWithoutAsm/zlibwapi.map"
M
Mark Adler 已提交
106 107
				SubSystem="2"
				OptimizeForWindows98="1"
M
Mark Adler 已提交
108
				ImportLibrary=".\zlibDllWithoutAsm/zlibwapi.lib"/>
M
Mark Adler 已提交
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\zlibDllWithoutAsm/zlibvc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="ReleaseWithoutCrtdll|Win32"
			OutputDirectory=".\zlibDllWithoutCrtDll"
			IntermediateDirectory=".\zlibDllWithoutCrtDll"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
141
				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
M
Mark Adler 已提交
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
				StringPooling="TRUE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\zlibDllWithoutCrtDll/zlibvc.pch"
				AssemblerOutput="2"
				AssemblerListingLocation=".\zlibDllWithoutCrtDll/"
				ObjectFile=".\zlibDllWithoutCrtDll/"
				ProgramDataBaseFileName=".\zlibDllWithoutCrtDll/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
M
Mark Adler 已提交
159 160
				AdditionalDependencies="gvmat32.obj inffas32.obj "
				OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll"
M
Mark Adler 已提交
161 162 163 164
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				IgnoreAllDefaultLibraries="FALSE"
				ModuleDefinitionFile=".\zlibvc.def"
M
Mark Adler 已提交
165
				ProgramDatabaseFile=".\zlibDllWithoutCrtDll/zlibwapi.pdb"
M
Mark Adler 已提交
166
				GenerateMapFile="TRUE"
M
Mark Adler 已提交
167
				MapFileName=".\zlibDllWithoutCrtDll/zlibwapi.map"
M
Mark Adler 已提交
168 169
				SubSystem="2"
				OptimizeForWindows98="1"
M
Mark Adler 已提交
170
				ImportLibrary=".\zlibDllWithoutCrtDll/zlibwapi.lib"/>
M
Mark Adler 已提交
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\zlibDllWithoutCrtDll/zlibvc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="ReleaseAxp|Win32"
			OutputDirectory=".\zlibvc__"
			IntermediateDirectory=".\zlibvc__"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
203
				PreprocessorDefinitions="WIN32,ZLIB_WINAPI"
M
Mark Adler 已提交
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
				StringPooling="TRUE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\zlibvc__/zlibvc.pch"
				AssemblerOutput="2"
				AssemblerListingLocation=".\zlibvc__/"
				ObjectFile=".\zlibvc__/"
				ProgramDataBaseFileName=".\zlibvc__/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="crtdll.lib"
M
Mark Adler 已提交
221
				OutputFile="zlibvc__\zlibwapi.dll"
M
Mark Adler 已提交
222 223 224 225
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				IgnoreAllDefaultLibraries="TRUE"
				ModuleDefinitionFile=".\zlibvc.def"
M
Mark Adler 已提交
226
				ProgramDatabaseFile=".\zlibvc__/zlibwapi.pdb"
M
Mark Adler 已提交
227
				GenerateMapFile="TRUE"
M
Mark Adler 已提交
228
				MapFileName=".\zlibvc__/zlibwapi.map"
M
Mark Adler 已提交
229
				SubSystem="2"
M
Mark Adler 已提交
230
				ImportLibrary=".\zlibvc__/zlibwapi.lib"/>
M
Mark Adler 已提交
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\zlibvc__/zlibvc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\ReleaseDll"
			IntermediateDirectory=".\ReleaseDll"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
M
Mark Adler 已提交
263
				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
M
Mark Adler 已提交
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
				StringPooling="TRUE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\ReleaseDll/zlibvc.pch"
				AssemblerOutput="2"
				AssemblerListingLocation=".\ReleaseDll/"
				ObjectFile=".\ReleaseDll/"
				ProgramDataBaseFileName=".\ReleaseDll/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
M
Mark Adler 已提交
281 282
				AdditionalDependencies="gvmat32.obj inffas32.obj crtdll.lib"
				OutputFile=".\ReleaseDll\zlibwapi.dll"
M
Mark Adler 已提交
283 284 285 286
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				IgnoreAllDefaultLibraries="TRUE"
				ModuleDefinitionFile=".\zlibvc.def"
M
Mark Adler 已提交
287
				ProgramDatabaseFile=".\ReleaseDll/zlibwapi.pdb"
M
Mark Adler 已提交
288
				GenerateMapFile="TRUE"
M
Mark Adler 已提交
289
				MapFileName=".\ReleaseDll/zlibwapi.map"
M
Mark Adler 已提交
290 291
				SubSystem="2"
				OptimizeForWindows98="1"
M
Mark Adler 已提交
292
				ImportLibrary=".\ReleaseDll/zlibwapi.lib"/>
M
Mark Adler 已提交
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\Release/zlibvc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
			<File
				RelativePath=".\adler32.c">
			</File>
			<File
				RelativePath=".\compress.c">
			</File>
			<File
				RelativePath=".\crc32.c">
			</File>
			<File
				RelativePath=".\deflate.c">
			</File>
			<File
				RelativePath=".\gvmat32c.c">
				<FileConfiguration
					Name="ReleaseWithoutAsm|Win32"
					ExcludedFromBuild="TRUE">
					<Tool
						Name="VCCLCompilerTool"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\gzio.c">
			</File>
			<File
				RelativePath=".\infback.c">
			</File>
			<File
				RelativePath=".\inffast.c">
			</File>
			<File
				RelativePath=".\inflate.c">
			</File>
			<File
				RelativePath=".\inftrees.c">
			</File>
			<File
				RelativePath=".\ioapi.c">
			</File>
			<File
				RelativePath=".\iowin32.c">
			</File>
			<File
				RelativePath=".\trees.c">
			</File>
			<File
				RelativePath=".\uncompr.c">
			</File>
			<File
				RelativePath=".\unzip.c">
M
Mark Adler 已提交
370 371 372 373 374 375 376
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						AdditionalIncludeDirectories=""
						PreprocessorDefinitions="ZLIB_INTERNAL"/>
				</FileConfiguration>
M
Mark Adler 已提交
377 378 379
			</File>
			<File
				RelativePath=".\zip.c">
M
Mark Adler 已提交
380 381 382 383 384 385 386
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						AdditionalIncludeDirectories=""
						PreprocessorDefinitions="ZLIB_INTERNAL"/>
				</FileConfiguration>
M
Mark Adler 已提交
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436
			</File>
			<File
				RelativePath=".\zlib.rc">
			</File>
			<File
				RelativePath=".\zlibvc.def">
			</File>
			<File
				RelativePath=".\zutil.c">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;fi;fd">
			<File
				RelativePath=".\deflate.h">
			</File>
			<File
				RelativePath=".\infblock.h">
			</File>
			<File
				RelativePath=".\infcodes.h">
			</File>
			<File
				RelativePath=".\inffast.h">
			</File>
			<File
				RelativePath=".\inftrees.h">
			</File>
			<File
				RelativePath=".\infutil.h">
			</File>
			<File
				RelativePath=".\zconf.h">
			</File>
			<File
				RelativePath=".\zlib.h">
			</File>
			<File
				RelativePath=".\zutil.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>