16 lines
632 B
XML
Executable File
16 lines
632 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 ="ps3"/>
|
|
<cb:define platform_compiler ="PS3SNC"/>
|
|
<cb:define platform_type ="psn"/>
|
|
<!-- <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 task_exec_file ="$(game_include_dir)\$(function)\$(function)_task_vsi.xml"/>
|
|
|
|
<cb:include href="$(build_file)"/>
|
|
|
|
</cb:scope> |