14 lines
559 B
XML
Executable File
14 lines
559 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 ="x64"/>
|
|
<cb:define platform_compiler ="x64"/>
|
|
<cb:define platform_type ="win64"/>
|
|
<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:include href="$(build_file)"/>
|
|
|
|
</cb:scope>
|