770 lines
24 KiB
XML
Executable File
770 lines
24 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="projbuild.xsd">
|
|
<platform name="win32">
|
|
<target name="ToolBetaMax-2010">
|
|
<config output_path="win32_toolbetamax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2010">
|
|
<config output_path="win32_toolreleasemax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2010">
|
|
<config output_path="win32_tooldebugmax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBetaMax-2011">
|
|
<config output_path="win32_toolbetamax">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2011">
|
|
<config output_path="win32_toolreleasemax2011">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2011">
|
|
<config output_path="win32_tooldebugmax2011">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBetaMax-2012">
|
|
<config output_path="win32_toolbetamax">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2012">
|
|
<config output_path="win32_toolreleasemax2012">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2012">
|
|
<config output_path="win32_tooldebugmax2012">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN32"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
</platform>
|
|
<platform name="win64">
|
|
<target name="ToolBetaMax-2010">
|
|
<config output_path="win64_toolbetamax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2010">
|
|
<config output_path="win64_toolreleasemax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
AdditionalDependencies=""
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2010">
|
|
<config output_path="win64_tooldebugmax2010">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2010\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2010SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBetaMax-2011">
|
|
<config output_path="win64_toolbetamax2011">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2011">
|
|
<config output_path="win64_toolreleasemax2011">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
AdditionalDependencies=""
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2011">
|
|
<config output_path="win64_tooldebugmax2011">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2011\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2011SDK\x64\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolBetaMax-2012">
|
|
<config output_path="win64_toolbetamax2012">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="2"
|
|
WholeProgramOptimization="false"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\x64\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
LinkTimeCodeGeneration="0"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolReleaseMax-2012">
|
|
<config output_path="win64_toolreleasemax2012">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="NDEBUG"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<VCLinkerTool
|
|
AdditionalDependencies=""
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\x64\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
<target name="ToolDebugMax-2012">
|
|
<config output_path="win64_tooldebugmax2012">
|
|
<includepaths>
|
|
<includepath path="$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\include"/>
|
|
</includepaths>
|
|
<defines>
|
|
<define value="WIN64"/>
|
|
<define value="_WINDOWS"/>
|
|
<define value="_DEBUG"/>
|
|
<define value="_USRDLL"/>
|
|
<define value="_CRT_SECURE_NO_WARNINGS"/>
|
|
</defines>
|
|
<options/>
|
|
<vc>
|
|
<VCCLCompilerTool
|
|
AdditionalOptions="@$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\ProjectSettings\AdditionalCompilerOptions.txt"
|
|
Optimization="0"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<VCLinkerTool
|
|
OutputFile="$(RS_TOOLSROOT)\dcc\current\max2012\plugins\x64\$(ProjectName).dlu"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(RAGE_3RDPARTY)\dcc\Autodesk\3dsMax2012SDK\x64\lib"$(RAGE_DIR)\lib""
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<VCManifestTool
|
|
EmbedManifest="true"
|
|
/>
|
|
</vc>
|
|
</config>
|
|
</target>
|
|
</platform>
|
|
</project>
|