mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 00:14:04 +00:00
Linux: added support for 64 bit JVMs
This commit is contained in:
parent
8efeea4d53
commit
e2bbb739aa
8 changed files with 49 additions and 14 deletions
|
|
@ -358,14 +358,14 @@
|
|||
</jar>
|
||||
|
||||
<!-- create each of the native jars -->
|
||||
<jar destfile="applet/win32_natives.jar" taskname="win32_natives.jar">
|
||||
<jar destfile="applet/windows_natives.jar" taskname="windows_natives.jar">
|
||||
<fileset dir="${lwjgl.lib}/win32">
|
||||
<patternset refid="lwjgl-win32.fileset"/>
|
||||
<patternset refid="lwjgl-win32_optional.fileset"/>
|
||||
<include name="fmod.dll"/>
|
||||
</fileset>
|
||||
</jar>
|
||||
<signjar jar="applet/win32_natives.jar" alias="lwjgl" keystore="applet/lwjglkeystore" storepass="123456"/>
|
||||
<signjar jar="applet/windows_natives.jar" alias="lwjgl" keystore="applet/lwjglkeystore" storepass="123456"/>
|
||||
|
||||
<jar destfile="applet/linux_natives.jar" taskname="linux_natives.jar">
|
||||
<fileset dir="${lwjgl.lib}/linux">
|
||||
|
|
@ -388,12 +388,12 @@
|
|||
<!-- add it to a natives jar -->
|
||||
<jar destfile="applet/natives.jar" taskname="natives.jar">
|
||||
<fileset dir="applet">
|
||||
<include name="win32_natives.jar"/>
|
||||
<include name="windows_natives.jar"/>
|
||||
<include name="linux_natives.jar"/>
|
||||
<include name="macosx_natives.jar"/>
|
||||
</fileset>
|
||||
</jar>
|
||||
<delete file="applet/win32_natives.jar"/>
|
||||
<delete file="applet/windows_natives.jar"/>
|
||||
<delete file="applet/linux_natives.jar"/>
|
||||
<delete file="applet/macosx_natives.jar"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue