mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Make jutils usable from snapshot jars.
This commit is contained in:
parent
2837517753
commit
335552cf71
|
|
@ -26,6 +26,11 @@
|
|||
<os family="unix" />
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<delete file="lib/jutils.jar"/>
|
||||
<copy tofile="lib/jutils.jar">
|
||||
<fileset dir="lib" includes="jutils-*-SNAPSHOT.jar"></fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="runtest" depends="dist">
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
<javah destdir="src/native">
|
||||
<classpath>
|
||||
<pathelement location="classes"/>
|
||||
<pathelement location="../../coreAPI/bin/jinput-core.jar"/>
|
||||
</classpath>
|
||||
<class name="net.java.games.input.LinuxEventDevice"/>
|
||||
<class name="net.java.games.input.LinuxJoystickDevice"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue