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:
@@ -108,11 +108,12 @@
|
|||||||
|
|
||||||
<!-- build the native libraries -->
|
<!-- build the native libraries -->
|
||||||
<target name="ncompile" depends="prepare">
|
<target name="ncompile" depends="prepare">
|
||||||
<exec dir="src/java/com/threerings/util/keybd/${os.name}"
|
<echo message="Doing native compilation on ${os.name}..."/>
|
||||||
executable="make"><arg line="install"/></exec>
|
|
||||||
<exec dir="src/java/com/threerings/util/signal/${os.name}"
|
<exec dir="src/java/com/threerings/util/signal/${os.name}"
|
||||||
executable="make"><arg line="install"/></exec>
|
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>
|
executable="make"><arg line="install"/></exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user