Formatting fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@339 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -82,10 +82,12 @@
|
|||||||
<!-- installs the pre-built native libraries -->
|
<!-- installs the pre-built native libraries -->
|
||||||
<target name="ninstall" depends="prepare">
|
<target name="ninstall" depends="prepare">
|
||||||
<echo level="info" message="Doing native compilation on ${os.name}..."/>
|
<echo level="info" message="Doing native compilation on ${os.name}..."/>
|
||||||
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux"
|
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux" executable="make">
|
||||||
executable="make"><arg line="install"/></exec>
|
<arg line="install"/>
|
||||||
<exec dir="src/java/com/threerings/util/unsafe/${os.name}"
|
</exec>
|
||||||
executable="make"><arg line="install"/></exec>
|
<exec dir="src/java/com/threerings/util/unsafe/${os.name}" executable="make">
|
||||||
|
<arg line="install"/>
|
||||||
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- build the javadoc documentation -->
|
<!-- build the javadoc documentation -->
|
||||||
|
|||||||
Reference in New Issue
Block a user