Initial commit
This commit is contained in:
201
Torque/SDK/vc7/zlib.vcproj
Normal file
201
Torque/SDK/vc7/zlib.vcproj
Normal file
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="zlib"
|
||||
ProjectGUID="{2777026F-82E7-484B-8E1E-53637B7820D5}"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\../lib/out.VC6.DEBUG"
|
||||
IntermediateDirectory=".\../lib/out.VC6.DEBUG/zlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="zlib"
|
||||
PreprocessorDefinitions="TORQUE_DEBUG;WINDOWS"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\../lib/out.VC6.DEBUG/zlib/zlib.pch"
|
||||
AssemblerListingLocation=".\../lib/out.VC6.DEBUG/zlib/"
|
||||
ObjectFile=".\../lib/out.VC6.DEBUG/zlib/"
|
||||
ProgramDataBaseFileName=".\../lib/out.VC6.DEBUG/zlib/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/out.VC6.DEBUG/zlib_DEBUG.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\../lib/out.VC6.RELEASE"
|
||||
IntermediateDirectory=".\../lib/out.VC6.RELEASE/zlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="zlib"
|
||||
PreprocessorDefinitions="WINDOWS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\../lib/out.VC6.RELEASE/zlib/zlib.pch"
|
||||
AssemblerListingLocation=".\../lib/out.VC6.RELEASE/zlib/"
|
||||
ObjectFile=".\../lib/out.VC6.RELEASE/zlib/"
|
||||
ProgramDataBaseFileName=".\../lib/out.VC6.RELEASE/zlib/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\../lib/out.VC6.RELEASE\zlib.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath="..\lib\zlib\adler32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\compress.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\crc32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\deflate.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\gzio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\infback.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inffast.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inflate.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inftrees.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\trees.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\uncompr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\vc7fix.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\zutil.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath="..\lib\zlib\crc32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\deflate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inffast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inffixed.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inflate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\inftrees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\trees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\zconf.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\zlib.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\zlib\zutil.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Reference in New Issue
Block a user