Added echo to building Template Files

This commit is contained in:
Cekis
2019-09-20 00:53:44 -04:00
parent b06ae16a18
commit cf9405b7c3

View File

@@ -320,6 +320,7 @@
<!-- Compiles all Template Files (.tpf) -->
<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"/>
<mapper type="glob" from="*.tpf" to="${data}/*/.tmp" />