Removed ACM from TPF compiler (oops)

This commit is contained in:
Cekis
2021-01-01 17:29:59 -05:00
parent 64aa263b65
commit ab2cdfb1e0

View File

@@ -337,7 +337,7 @@
<target name="compile_tpf" description="compile the template files (*.tpf) into .iff">
<echo message="Looking for Template Files to compile... please wait..."/>
<touch mkdirs="true" verbose="false">
<fileset dir="${dsrc}" includes="**/*.tpf" excludes="asset_customization_manager.tpf"/>
<fileset dir="${dsrc}" includes="**/*.tpf" excludes="**/asset_customization_manager.tpf"/>
<mapper type="glob" from="*.tpf" to="${data}/*/.tmp" />
</touch>
<delete>