3919 lines
142 KiB
XML
Executable File
3919 lines
142 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="projbuild.xsd">
|
|
<config>
|
|
<includepaths>
|
|
<includepath path="$(RAGE_DIR)\base\src"/>
|
|
<includepath path="$(RAGE_DIR)\suite\src"/>
|
|
</includepaths>
|
|
</config>
|
|
<platform name="ps3">
|
|
<config>
|
|
<prelink description="Stripping debug symbols" count="1">
|
|
<buildstep cmd="$(RS_TOOLSROOT)/bin/coding/python/stripobjects.exe $(InputPath) $(OutDir)"/>
|
|
</prelink>
|
|
<file path="*.job">
|
|
<custombuild command="call $(RS_TOOLSROOT)\script\coding\custom_steps\make_spurs_job_pb $(InputDir) $(IntDir) $(InputName) &quot;$(ConfigurationName)&quot;" output="$(IntDir)/$(InputName).job.obj"/>
|
|
</file>
|
|
</config>
|
|
|
|
<target name="Debug">
|
|
<config output_path="psn_debug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-O0 -g -Xquit=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Leveld</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta">
|
|
<config output_path="psn_beta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-Od -g -Xquit=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Levels</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease">
|
|
<config output_path="psn_bankrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-Os -g -Xquit=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0" />
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Levels</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release">
|
|
<config output_path="psn_release">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-Os -g -Xquit=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Levels</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile">
|
|
<config output_path="psn_profile">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-Os -g -Xquit=1 -Xcallprof=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Levels</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final">
|
|
<config output_path="psn_final">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\psn_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="SN_TARGET_PS3"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="__SNC__"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="-Os -g -Xquit=1"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
/>
|
|
<VCLibrarianTool
|
|
ModuleDefinitionFile="3"
|
|
/>
|
|
<ClCompile>
|
|
<!-- Common for all PS3 Builds -->
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeader/>
|
|
<PrecompiledHeaderFile/>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<TreatMessagesasErrors>WarningsAsErrors</TreatMessagesasErrors>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);$(BuiltInDefines);__INTELLISENSE__;</PreprocessorDefinitions>
|
|
<!-- Config specific -->
|
|
<OptimizationLevel>Levels</OptimizationLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<ModuleDefinitionFile>3</ModuleDefinitionFile>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="ToolDebug">
|
|
<config output_path="win32_tooldebug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_tooldebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBeta">
|
|
<config output_path="win32_toolbeta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_toolbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolRelease">
|
|
<config output_path="win32_toolrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_toolrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="RscDebug">
|
|
<config output_path="win32_rscdebug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscdebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscBeta">
|
|
<config output_path="win32_rscbeta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscRelease">
|
|
<config output_path="win32_rscrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="Debug DX11">
|
|
<config output_path="win32_debug_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta DX11">
|
|
<config output_path="win32_beta_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease DX11">
|
|
<config output_path="win32_bankrelease_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release DX11">
|
|
<config output_path="win32_release_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile DX11">
|
|
<config output_path="win32_profile_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final DX11">
|
|
<config output_path="win32_final_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
</platform>
|
|
<platform name="win32">
|
|
<target name="Debug">
|
|
<config output_path="win32_debug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta">
|
|
<config output_path="win32_beta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease">
|
|
<config output_path="win32_bankrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release">
|
|
<config output_path="win32_release" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile">
|
|
<config output_path="win32_profile" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final">
|
|
<config output_path="win32_final" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="ToolDebug">
|
|
<config output_path="win32_tooldebug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_tooldebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBeta">
|
|
<config output_path="win32_toolbeta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_toolbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolRelease">
|
|
<config output_path="win32_toolrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_toolrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="RscDebug">
|
|
<config output_path="win32_rscdebug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscdebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscBeta">
|
|
<config output_path="win32_rscbeta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscRelease">
|
|
<config output_path="win32_rscrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_rscrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="Debug DX11">
|
|
<config output_path="win32_debug_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta DX11">
|
|
<config output_path="win32_beta_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease DX11">
|
|
<config output_path="win32_bankrelease_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release DX11">
|
|
<config output_path="win32_release_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile DX11">
|
|
<config output_path="win32_profile_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final DX11">
|
|
<config output_path="win32_final_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
</platform>
|
|
<platform name="win64">
|
|
<target name="Debug">
|
|
<config output_path="win64_debug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta">
|
|
<config output_path="win64_beta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease">
|
|
<config output_path="win64_bankrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release">
|
|
<config output_path="win64_release" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile">
|
|
<config output_path="win64_profile" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final">
|
|
<config output_path="win64_final" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="RscDebug">
|
|
<config output_path="win64_rscdebug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscdebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscBeta">
|
|
<config output_path="win64_rscbeta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscRelease">
|
|
<config output_path="win64_rscrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="ToolDebug">
|
|
<config output_path="win64_tooldebug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_tooldebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBeta">
|
|
<config output_path="win64_toolbeta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_toolbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolRelease">
|
|
<config output_path="win64_toolrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_toolrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="GameToolDebug">
|
|
<config output_path="win64_gametooldebug" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_gametooldebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="GameToolBeta">
|
|
<config output_path="win64_gametoolbeta" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_gametoolbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="GameToolRelease">
|
|
<config output_path="win64_gametoolrelease" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x64" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_gametoolrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="Debug DX11">
|
|
<config output_path="win32_debug_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta DX11">
|
|
<config output_path="win32_beta_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease DX11">
|
|
<config output_path="win32_bankrelease_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release DX11">
|
|
<config output_path="win32_release_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile DX11">
|
|
<config output_path="win32_profile_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final DX11">
|
|
<config output_path="win32_final_dx11" library_path="$(LibraryPath);$(DXSDK_DIR)/Lib/x86" include_path="$(IncludePath);$(DXSDK_DIR)/Include">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
|
|
</platform>
|
|
<platform name="xbox360">
|
|
<target name="Debug">
|
|
<config output_path="xenon_debug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions=""
|
|
Optimization="0"
|
|
MinimalRebuild="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="false"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
</ClCompile>
|
|
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta">
|
|
<config output_path="xenon_beta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions="/GF"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StringPooling>true</StringPooling>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease">
|
|
<config output_path="xenon_bankrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions="/GF /QVMX128"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>/QVMX128 %(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StringPooling>true</StringPooling>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release">
|
|
<config output_path="xenon_release">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions="/GF /QVMX128"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>/QVMX128 %(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StringPooling>true</StringPooling>
|
|
</ClCompile>
|
|
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile">
|
|
<config output_path="xenon_profile">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions="/GF /callcap /QVMX128"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>/callcap /QVMX128 %(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StringPooling>true</StringPooling>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final">
|
|
<config output_path="xenon_final">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\xenon_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLX360CompilerTool
|
|
AdditionalOptions="/GF /QVMX128"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
|
|
<ClCompile>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<AdditionalOptions>/QVMX128 %(AdditionalOptions)</AdditionalOptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<CompileAs>Default</CompileAs>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StringPooling>true</StringPooling>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="RscDebug">
|
|
<config output_path="win64_rscdebug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscdebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscBeta">
|
|
<config output_path="win64_rscbeta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="RscRelease">
|
|
<config output_path="win64_rscrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_rscrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="ToolDebug">
|
|
<config output_path="win64_tooldebug">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_tooldebug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBeta">
|
|
<config output_path="win64_toolbeta">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_toolbeta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolRelease">
|
|
<config output_path="win64_toolrelease">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win64_toolrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="true"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
<target name="Debug DX11">
|
|
<config output_path="win32_debug_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_debug.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Beta DX11">
|
|
<config output_path="win32_beta_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_beta.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="BankRelease DX11">
|
|
<config output_path="win32_bankrelease_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_bankrelease.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Release DX11">
|
|
<config output_path="win32_release_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_release.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Profile DX11">
|
|
<config output_path="win32_profile_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_profile.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="false"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
AdditionalOptions="/Oy-"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="Final DX11">
|
|
<config output_path="win32_final_dx11">
|
|
<forceincludes>
|
|
<forceinclude path="$(RAGE_DIR)\base\src\forceinclude\win32_dx11_final.h" order="0"/>
|
|
</forceincludes>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_LIB"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
EnableFiberSafeOptimizations="true"
|
|
WholeProgramOptimization="1"
|
|
StringPooling="false"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
OpenMP="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="rage_pch.h"
|
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<ClCompile>
|
|
<Optimization>Full</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<StringPooling>false</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
|
|
</platform>
|
|
</project>
|