Files
o3de/Code/Tools/RC/Config/rc/RCJob_Build_DBAs.xml
T
2021-03-08 14:30:57 -08:00

17 lines
546 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<RCJobs>
<DefaultProperties
game="RPGSample"
target="TempRC"
/>
<DBAJob>
<Job input="*.i_caf" animConfigFolder="Animations" sourceroot="${game}" targetroot="${target}" cafAlignTracks="1" dbaStreamPrepare="1" />
<Job input="*.dba" copyonly="1" sourceroot="${target}" targetroot="${game}" />
<Job input="*.img" copyonly="1" sourceroot="${target}" targetroot="${game}" />
</DBAJob>
<Run Job="DBAJob" /> <!-- Run the only job -->
</RCJobs>