23 lines
1.1 KiB
XML
Executable File
23 lines
1.1 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\codebuilder\codebuilder_base_defs.xml"/>
|
|
|
|
<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 ="move"
|
|
buildpublisher_file ="codebuilder_publishers_buildpublisher_empty.xml"
|
|
platform ="win32"
|
|
platform_compiler ="win32"
|
|
solution_file ="$(drive_alias)\$(game)\src\$(srcbranch)\rage\suite\tools\ui\move\move.sln"
|
|
users_variant ="_$(project_group)"
|
|
mailRegexpSubjectReplacement="$2: $5 $6 ($7)"
|
|
category ="$(game)"
|
|
tasks_file="$(game_include_dir)\$(function)\$(function)_$(project_group)_$(platform)_tasks.xml"
|
|
>
|
|
<cb:scope build_config ="debug" subproject ="$(project_group)_$(build_config)">
|
|
<cb:include href="$(base_file)"/>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
|
|
</cb:scope>
|