Files
2025-09-29 00:52:08 +02:00

25 lines
980 B
XML
Executable File

<!-- Specifies the development mode - typically live or debug ( or other ) -->
<!-- you would manually hack this file if you wanted to develop/test out a CC project -->
<!-- prevents email spamming -->
<!-- avoids collision with live artifact directory -->
<!-- avoids collision with live cctray and webserver -->
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
<cb:define dev ="live"/>
<cb:define dev_underbar ="_$(dev)"/>
<cb:define dev_blanking =""/>
<cb:define dev_blanking_underbar=""/>
<cb:define toolp4root ="$(gamep4root)/tools_ng"/>
<!-- in tools development install we need
<cb:define dev ="debug"/>
<cb:define dev_underbar ="_$(dev)" />
<cb:define dev_blanking ="$(dev)" />
<cb:define dev_blanking_underbar="$(dev_underbar)"/>
<cb:define toolp4root ="//rage/$(game)/$(toolsbranch)/rage/framework/tools_ng"/>
-->
</cb:config-template>