24 lines
1.6 KiB
XML
Executable File
24 lines
1.6 KiB
XML
Executable File
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\General\base.xml"/>
|
|
|
|
<cb:define function ="codebuilder"/>
|
|
|
|
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_game.xml"/>
|
|
|
|
<cb:define users_variant =""/>
|
|
<cb:define visual_studio_version ="2008"/>
|
|
<cb:define vs =""/>
|
|
<cb:define sourceroot ="$(game)\src\$(srcbranch)"/>
|
|
<cb:define solution_file ="$(drive_alias)\$(sourceroot)\game\VS_Project\game_$(visual_studio_version)$(unity).sln"/>
|
|
<cb:define project_file ="$(game_include_dir)\$(function)\$(function)_project.xml"/>
|
|
<cb:define buildpublisher_file ="codebuilder_publishers_buildpublisher.xml"/>
|
|
<cb:define nuke_libs_file ="$(game_include_dir)\$(function)\$(function)_exec_nuke_libs.xml"/>
|
|
<cb:define sync_tools_file ="$(game_include_dir)\$(function)\$(function)_exec_sync_tools.xml"/>
|
|
<cb:define parcodegen_file ="$(game_include_dir)\$(function)\$(function)_exec_parcodegen_vs$(visual_studio_version).xml"/>
|
|
<cb:define projgen_file ="$(game_include_dir)\$(function)\$(function)_exec_projgen_vs$(visual_studio_version).xml"/>
|
|
<cb:define xmllogger_file ="$(game_include_dir)\$(function)\$(function)_xmllogger.xml"/>
|
|
<cb:define xmllogger_publish_binaries_file ="$(game_include_dir)\$(function)\$(function)_xmllogger_publish_binaries.xml"/>
|
|
<cb:define abortonfail = "false"/>
|
|
<cb:define mailRegexpSubjectReplacement="$2: $4 $6 $5 ($7)"/>
|
|
</cb:config-template>
|