mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
Update build.xml
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<!-- Compiles all .mif files -->
|
<!-- Compiles all .mif files -->
|
||||||
<target name="compile_miff">
|
<target name="compile_miff">
|
||||||
<fileset id="miff_files" dir="${dsrc}" includes="**/*.mif"/>
|
<fileset id="miff_files" dir="." includes="**/*.mif"/>
|
||||||
<touch mkdirs="true" verbose="false">
|
<touch mkdirs="true" verbose="false">
|
||||||
<fileset refid="miff_files"/>
|
<fileset refid="miff_files"/>
|
||||||
<mapper type="glob" from="*.mif" to="${data}/*/.tmp" />
|
<mapper type="glob" from="*.mif" to="${data}/*/.tmp" />
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
<property name="shared_datatables" location="${dsrc_shared}/datatables"/>
|
<property name="shared_datatables" location="${dsrc_shared}/datatables"/>
|
||||||
<property name="include_datatables" location="${shared_datatables}/include"/>
|
<property name="include_datatables" location="${shared_datatables}/include"/>
|
||||||
<touch mkdirs="true" verbose="false">
|
<touch mkdirs="true" verbose="false">
|
||||||
<fileset dir="${dsrc}" includes="**/*.tab"/>
|
<fileset dir="." includes="**/*.tab"/>
|
||||||
<mapper type="glob" from="*.tab" to="${data}/*/.tmp" />
|
<mapper type="glob" from="*.tab" to="${data}/*/.tmp" />
|
||||||
</touch>
|
</touch>
|
||||||
<delete>
|
<delete>
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
<arg value="searchPath10=${data_shared}"/>
|
<arg value="searchPath10=${data_shared}"/>
|
||||||
<arg value="searchPath10=${data_server}"/>
|
<arg value="searchPath10=${data_server}"/>
|
||||||
<arg value="searchPath10=${data_server}"/>
|
<arg value="searchPath10=${data_server}"/>
|
||||||
<fileset dir="${dsrc}" includes="**/*.tab" excludes="**/object_template_crc_string_table.tab,**/quest_crc_string_table.tab"/>
|
<fileset dir="." includes="**/*.tab" excludes="**/object_template_crc_string_table.tab,**/quest_crc_string_table.tab"/>
|
||||||
<mapper type="glob" from="*.tab" to="*.iff"/>
|
<mapper type="glob" from="*.tab" to="*.iff"/>
|
||||||
</apply>
|
</apply>
|
||||||
<antcall target="cleanup"/>
|
<antcall target="cleanup"/>
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
<target name="compile_tpf" description="compile the template files (*.tpf) into .iff">
|
<target name="compile_tpf" description="compile the template files (*.tpf) into .iff">
|
||||||
<echo message="Looking for Template Files to compile... please wait..."/>
|
<echo message="Looking for Template Files to compile... please wait..."/>
|
||||||
<touch mkdirs="true" verbose="false">
|
<touch mkdirs="true" verbose="false">
|
||||||
<fileset dir="${dsrc}" includes="**/*.tpf"/>
|
<fileset dir="." includes="**/*.tpf"/>
|
||||||
<mapper type="glob" from="*.tpf" to="${data}/*/.tmp" />
|
<mapper type="glob" from="*.tpf" to="${data}/*/.tmp" />
|
||||||
</touch>
|
</touch>
|
||||||
<delete>
|
<delete>
|
||||||
@@ -144,8 +144,8 @@
|
|||||||
<env key="PATH" value="${env.PATH}:${tools_home}"/>
|
<env key="PATH" value="${env.PATH}:${tools_home}"/>
|
||||||
<arg value="-compile"/>
|
<arg value="-compile"/>
|
||||||
<srcfile/>
|
<srcfile/>
|
||||||
<fileset dir="${basedir}" includes="${dsrc}/**/*.tpf"/>
|
<fileset dir="${basedir}" includes="**/*.tpf"/>
|
||||||
<mapper type="glob" from="${dsrc}/*.tpf" to="${data}/*.iff"/>
|
<mapper type="glob" from="*.tpf" to="${data}/*.iff"/>
|
||||||
</apply>
|
</apply>
|
||||||
<antcall target="cleanup"/>
|
<antcall target="cleanup"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user