Build the native linux keyboard library as part of the normal compilation
task and place it in dist/lib/i686-Linux. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2111 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -89,12 +89,14 @@
|
||||
<delete dir="${deploy.dir}"/>
|
||||
</target>
|
||||
|
||||
<!-- build the java class files -->
|
||||
<!-- build the java class files and native libraries -->
|
||||
<target name="compile" depends="prepare">
|
||||
<javac srcdir="src/java" destdir="${classes.dir}"
|
||||
debug="on" optimize="{$build.optimize}" deprecation="on">
|
||||
<classpath refid="classpath"/>
|
||||
</javac>
|
||||
<exec dir="src/java/com/threerings/util/keybd/i686-Linux"
|
||||
executable="make"/>
|
||||
</target>
|
||||
|
||||
<!-- build the javadoc documentation -->
|
||||
|
||||
Reference in New Issue
Block a user