Files
gtav-src/tools_ng/etc/CruiseControl/codebuilder/codebuilder_game_xbox360_include.xml
T
2025-09-29 00:52:08 +02:00

27 lines
1.7 KiB
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 ="xbox360"/>
<cb:define platform_compiler ="Xbox 360"/>
<cb:define platform_type ="xenon"/>
<cb:define build_exe ="C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe"/>
<cb:define task_exec_file ="$(game_include_dir)\$(function)\$(function)_task_incredibuild.xml"/>
<cb:scope project_group="build"
tasks_file="$(game_include_dir)\$(function)\$(function)_$(project_group)_$(platform)_tasks.xml">
<cb:scope build_config ="beta" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
<cb:scope build_config ="bankrelease" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
</cb:scope>
<cb:scope project_group="rebuild"
tasks_file="$(game_include_dir)\$(function)\$(function)_$(project_group)_$(platform)_tasks.xml"
buildpublisher_file = "$(function)_publishers_buildpublisher_empty.xml">
<cb:scope build_config ="beta" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
<cb:scope build_config ="bankrelease" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
<cb:scope build_config ="release" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
<cb:scope build_config ="final" subproject ="$(project_group)_$(build_config)"> <cb:include href="$(base_file)"/></cb:scope>
</cb:scope>
</cb:scope>