Formatting fiddling.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@339 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-11-10 19:44:07 +00:00
parent d00e7b1873
commit 6f93ee545b
+6 -4
View File
@@ -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 -->