Changes for the nightly build

This commit is contained in:
gregorypierce 2004-02-28 05:45:22 +00:00
parent 5c17a27a53
commit ad0fd45046
2 changed files with 2 additions and 1 deletions

View file

@ -75,6 +75,7 @@
<target name="compileNativeJinputLib" depends="init,createJNIHeaders" >
<ant dir="src/native" target="compileNativeJinputLib"/>
<copy file="src/native/libjinput.jnilib" todir="${dist}" />
<copy file="${dist}/libjinput.jnilib" todir="../../coreAPI/src/tests/controller" />
</target>
</project>

View file

@ -16,7 +16,7 @@
<arg line="-c -I${java.home}/include jinputjnilib.c"/>
</exec>
<exec dir="." executable="cc" os="Mac OS X">
<arg line="-bundle -o ${dist}/libjinput.jnilib jinputjnilib.o -framework JavaVM -framework CoreFoundation -framework IOKit "/>
<arg line="-bundle -o libjinput.jnilib jinputjnilib.o -framework JavaVM -framework CoreFoundation -framework IOKit "/>
</exec>
</target>