More comment fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@340 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -81,10 +81,10 @@
|
|||||||
|
|
||||||
<!-- 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}..."/>
|
|
||||||
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux" executable="make">
|
<exec os="Linux" dir="src/java/com/threerings/util/keybd/Linux" executable="make">
|
||||||
<arg line="install"/>
|
<arg line="install"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
<echo level="info" message="Installing native libraries for ${os.name}..."/>
|
||||||
<exec dir="src/java/com/threerings/util/unsafe/${os.name}" executable="make">
|
<exec dir="src/java/com/threerings/util/unsafe/${os.name}" executable="make">
|
||||||
<arg line="install"/>
|
<arg line="install"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|||||||
Reference in New Issue
Block a user