36 lines
1.9 KiB
XML
Executable File
36 lines
1.9 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<cb:define projectname_base_no_platform = "$(function)_$(game)_$(buildbranch)$(variant)$(subvariant)"/>
|
|
<cb:define projectname_base ="$(projectname_base_no_platform)"/>
|
|
|
|
<cb:define labeller_file ="$(game_include_dir)\$(function)\$(function)_labeller.xml"/>
|
|
<cb:define publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"/>
|
|
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers$(variant)$(trigger).xml"/>
|
|
<cb:define source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control$(variant).xml"/>
|
|
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_tasks$(variant).xml"/>
|
|
|
|
|
|
<cb:define tools_dir ="$(RS_TOOLSROOT)\$(toolsbranch)\"/>
|
|
<cb:define tools_dev ="$(rage_dir)\framework\tools\src\$(toolsbranch)\"/>
|
|
|
|
<cb:define mail_from ="$(function).CC$(dev_blanking_underbar)@$(studio).com"/>
|
|
|
|
<cb:define build_timeout ="-1"/>
|
|
<cb:define labelbuildok ="built_ok"/>
|
|
|
|
<cb:define projectname ="$(projectname_base)$(ASSETBUILDER_TYPE)"/>
|
|
<cb:define rebuildall_projectname ="$(function)_$(game)_$(buildbranch)_manual_rebuild_all$(ASSETBUILDER_TYPE)"/>
|
|
<cb:define projectname_dev ="$(projectname)$(dev_blanking_underbar)"/>
|
|
<cb:define webURL ="http://$(dashboard)/ccnet/server/$(COMPUTERNAME)/project/$(projectname_dev)/ViewProjectReport.aspx"/>
|
|
<cb:define artifacts_dir ="$(artifacts_root_dir)\$(projectname_dev)"/>
|
|
|
|
<cb:define log_dir ="$(drive_alias)\$(function)_logfiles"/>
|
|
<cb:define base_dir ="$(drive_alias)\"/>
|
|
|
|
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
|
|
<cb:define buildpublisher_file = "$(function)_publishers_buildpublisher.xml"/>
|
|
|
|
<cb:include href="$(project_file)"/>
|
|
|
|
</cb:scope>
|