Further cross-"platform" jockeying.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3333 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-02-03 01:59:59 +00:00
parent 40b6fc31d7
commit 02db6a2b73
+4 -3
View File
@@ -108,11 +108,12 @@
<!-- build the native libraries -->
<target name="ncompile" depends="prepare">
<exec dir="src/java/com/threerings/util/keybd/${os.name}"
executable="make"><arg line="install"/></exec>
<echo message="Doing native compilation on ${os.name}..."/>
<exec dir="src/java/com/threerings/util/signal/${os.name}"
executable="make"><arg line="install"/></exec>
<exec dir="src/java/com/threerings/util/unsafe/${os.name}"
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux"
executable="make"><arg line="install"/></exec>
<exec os="Linux" dir="src/java/com/threerings/util/unsafe/Linux"
executable="make"><arg line="install"/></exec>
</target>