configure fringe as part of the tsbundles target.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1215 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -121,6 +121,15 @@
|
|||||||
mapfile="${tbundle.dir}/tilesets.map">
|
mapfile="${tbundle.dir}/tilesets.map">
|
||||||
<fileset dir="${tbundle.dir}/objects" includes="**/*.xml"/>
|
<fileset dir="${tbundle.dir}/objects" includes="**/*.xml"/>
|
||||||
</tilebundle>
|
</tilebundle>
|
||||||
|
|
||||||
|
<!-- build the fringe configurations -->
|
||||||
|
<taskdef name="conffringe"
|
||||||
|
classname="com.threerings.miso.tile.tools.CompileFringeConfigurationTask"/>
|
||||||
|
<conffringe
|
||||||
|
tilesetmap="${tbundle.dir}/tilesets.map"
|
||||||
|
fringedef="rsrc/config/miso/tile/fringeconf.xml"
|
||||||
|
target="rsrc/config/miso/tile/fringeconf.dat"/>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user