Build our new unsafe library (on Linux at least) and some other random

viztool crap that doesn't really matter.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2561 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-05-09 03:24:12 +00:00
parent cde14e4bfa
commit d4c4596403
2 changed files with 12 additions and 8 deletions
+6 -5
View File
@@ -107,6 +107,8 @@
executable="make"/>
<exec dir="src/java/com/threerings/util/signal/i686-Linux"
executable="make"/>
<exec dir="src/java/com/threerings/util/unsafe/i686-Linux"
executable="make"/>
</target>
<!-- build the javadoc documentation -->
@@ -183,8 +185,7 @@
<target name="hierviz" depends="prepare,compile">
<taskdef name="viztool" classname="com.samskivert.viztool.DriverTask"/>
<viztool visualizer="com.samskivert.viztool.hierarchy.HierarchyVisualizer"
pkgroot="com.threerings"
classes="com.threerings.*"
pkgroot="com.threerings.miso" classes="com.threerings.miso.*"
output="hierviz.ps">
<classpath refid="classpath"/>
</viztool>
@@ -194,10 +195,10 @@
<target name="sumgen" depends="prepare,compile">
<taskdef name="viztool" classname="com.samskivert.viztool.DriverTask"/>
<viztool visualizer="com.samskivert.viztool.summary.SummaryVisualizer"
pkgroot="com.threerings"
classes=".*Director$"
pkgroot="com.threerings.miso"
classes="com.threerings.miso.*Scene.*"
output="summary.ps">
<classpath refid="classpath"/>
<classpath refid="base.classpath"/>
</viztool>
</target>