Files
2025-09-29 00:52:08 +02:00

17 lines
742 B
XML
Executable File

<cb:scope xmlns:cb="urn:ccnet.config.builder"
category = "Core Code">
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\codebuilder\codebuilder_base_defs.xml"/>
<cb:define platform ="orbis"/>
<cb:define platform_compiler ="Orbis"/>
<cb:define platform_type ="orbis"/>
<!-- <cb:define build_exe ="$(SN_COMMON_PATH)\VSI\bin\vsibuild.exe"/> -->
<!-- <cb:define build_exe ="$(SCE_ROOT_DIR)\common\VSI\bin\vsibuild.exe"/> -->
<cb:define build_exe ="C:\Program Files (x86)\SCE\Common\SceVSI-VS11\bin\vs11build.exe"/>
<cb:define task_exec_file ="$(game_include_dir)\$(function)\$(function)_task_vsi.xml"/>
<cb:include href="$(build_file)"/>
</cb:scope>