13 lines
469 B
XML
Executable File
13 lines
469 B
XML
Executable File
<!-- global configuration file -->
|
|
<!-- Not a repisitory for loads of junk -->
|
|
<!-- Stuff that is considered unequivocal on all cc projects / servers & studios -->
|
|
|
|
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<cb:define cc ="CruiseControl"/>
|
|
<cb:define game ="$(RS_PROJECT)"/>
|
|
<cb:define game_include_dir ="$(RS_TOOLSCONFIG)\$(cc)"/>
|
|
<cb:define scripts_dir ="$(RS_TOOLSLIB)\util"/>
|
|
|
|
</cb:config-template>
|