35 lines
1.6 KiB
XML
Executable File
35 lines
1.6 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CutscenePackageJobProcessor.xml
|
|
Description: Cutscene Package.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 8 August 2012
|
|
|
|
Edit: Luke Openshaw <luke.openshaw@rockstarnorth.com>
|
|
Date: 14 August 2012
|
|
|
|
Edit: Travis Primm <travis.primm@rockstarsandiego.com>
|
|
Date: 24 June 2013
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to point to command for packaging cutscene data.
|
|
-->
|
|
<!--<Parameter name="Package Command" type="string" value="$(toolsroot)\script\util\anim\cutscene\package_cutscene.bat"/>-->
|
|
<Parameter name="Visual Studio 2008" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="Visual Studio 2010" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 10.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="Visual Studio 2012" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 11.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="Incredibuild" type="string" value="%PROGRAMFILES(X86)%/Xoreax/IncrediBuild/BuildConsole.exe"/>
|
|
<Parameter name="VSI 2008" type="string" value="%SCE_ROOT_DIR%/Common/VSI/bin/vsibuild.exe" />
|
|
<Parameter name="VSI 2010" type="string" value="%SCE_ROOT_DIR%/Common/SceVSI/bin/vs10build.exe" />
|
|
<!--
|
|
Parameter to tell system whether to submit executable files from build
|
|
-->
|
|
<Parameter name="Submit" type="bool" value="false" />
|
|
|
|
<!--
|
|
Parameter to tell system whether to revert unchanged files involved the code build
|
|
-->
|
|
<Parameter name="Revert Unchanged Files" type="bool" value="true" />
|
|
</Parameters> |