mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
o Set /Zi to be standard for Release, ReleaseWithDebugInfo o Enable PDB for Release builds so crash dump is more effective (have to deliver PDB with releases) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5137 3b4a5df2-a311-0410-b5c6-a8a6f20db521
312 lines
6.3 KiB
XML
312 lines
6.3 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="ja2export"
|
|
ProjectGUID="{3E43B70D-A22F-4240-B00D-32BD14523335}"
|
|
RootNamespace="ja2export"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\bin\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../VFS/include;../libpng;../zlib; src; src/ja2"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="VFS.lib libpng.lib zlib.lib 7z.lib"
|
|
OutputFile="..\..\bin\VS2008\$(ConfigurationName)\$(ProjectName).exe"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\..\lib\VS2008\$(ConfigurationName)"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\bin\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="../VFS/include;../libpng;../zlib; src; src/ja2"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VFS_STATIC;VFS_WITH_SLF;VFS_WITH_7ZIP"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="VFS.lib libpng.lib zlib.lib 7z.lib"
|
|
OutputFile="..\..\bin\VS2008\$(ConfigurationName)\$(ProjectName).exe"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\..\lib\VS2008\$(ConfigurationName)"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="ja2"
|
|
>
|
|
<File
|
|
RelativePath=".\src\ja2\himage.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\himage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\imgfmt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\sgp_auto_memory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\Structure Internals.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\Types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\XMLWriter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ja2\XMLWriter.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="export"
|
|
>
|
|
<Filter
|
|
Name="sti"
|
|
>
|
|
<File
|
|
RelativePath=".\src\export\sti\export_sti.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\export_sti.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\Image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\Image.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\stci_image_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\stci_image_utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\STCI_lib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\sti\STCI_lib.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="slf"
|
|
>
|
|
<File
|
|
RelativePath=".\src\export\slf\export_slf.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\slf\export_slf.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="jsd"
|
|
>
|
|
<File
|
|
RelativePath=".\src\export\jsd\export_jsd.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\jsd\export_jsd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\jsd\structure.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\export\jsd\structure.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\src\exporter_base.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\init_vfs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\init_vfs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\progress_bar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\progress_bar.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|