Initial commit
This commit is contained in:
192
Torque/SDK/vc7/lpng.vcproj
Normal file
192
Torque/SDK/vc7/lpng.vcproj
Normal file
@@ -0,0 +1,192 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="lpng"
|
||||
ProjectGUID="{EA11FDAA-7D0A-49A9-97A0-E28E78609516}"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\../lib/out.VC6.DEBUG"
|
||||
IntermediateDirectory=".\../lib/out.VC6.DEBUG/lpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\lib\lpng,..\lib\zlib"
|
||||
PreprocessorDefinitions="TORQUE_DEBUG;PNG_ASSEMBLER_CODE_SUPPORTED;PNG_USE_PNGVCRD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\../lib/out.VC6.DEBUG/lpng/lpng.pch"
|
||||
AssemblerListingLocation=".\../lib/out.VC6.DEBUG/lpng/"
|
||||
ObjectFile=".\../lib/out.VC6.DEBUG/lpng/"
|
||||
ProgramDataBaseFileName=".\../lib/out.VC6.DEBUG/lpng/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/out.VC6.DEBUG/lpng_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/lpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\lib\lpng,..\lib\zlib"
|
||||
PreprocessorDefinitions="PNG_ASSEMBLER_CODE_SUPPORTED;PNG_USE_PNGVCRD"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\../lib/out.VC6.RELEASE/lpng/lpng.pch"
|
||||
AssemblerListingLocation=".\../lib/out.VC6.RELEASE/lpng/"
|
||||
ObjectFile=".\../lib/out.VC6.RELEASE/lpng/"
|
||||
ProgramDataBaseFileName=".\../lib/out.VC6.RELEASE/lpng/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\../lib/out.VC6.RELEASE\lpng.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\lpng\png.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngerror.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pnggccrd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngget.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngmem.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngpread.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngread.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngrio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngrtran.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngrutil.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngset.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngtrans.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngvcrd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngwio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngwrite.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngwtran.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngwutil.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\vc7fix.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath="..\lib\lpng\png.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\lpng\pngconf.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Reference in New Issue
Block a user