mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
Added echo to building Template Files
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user