mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 00:40:00 +01:00
support for AppletLoader
This commit is contained in:
parent
48c91afd16
commit
112df74bbf
10
build.xml
10
build.xml
|
|
@ -77,6 +77,7 @@
|
|||
<fileset id="lwjgl_applet.fileset" dir="${lwjgl.bin}">
|
||||
<exclude name="**.*"/>
|
||||
<include name="org/lwjgl/test/applet/**"/>
|
||||
<include name="org/lwjgl/test/opengl/awt/AWTGearsCanvas.class"/>
|
||||
</fileset>
|
||||
|
||||
<!-- Files to make Javadoc from -->
|
||||
|
|
@ -447,11 +448,12 @@
|
|||
<include name="macosx_natives.jar"/>
|
||||
</fileset>
|
||||
</jar>
|
||||
<delete file="applet/windows_natives.jar"/>
|
||||
<delete file="applet/linux_natives.jar"/>
|
||||
<delete file="applet/macosx_natives.jar"/>
|
||||
|
||||
<copy file="${lwjgl.lib}/lwjgl.jar" todir="applet"/>
|
||||
<jar destfile="${lwjgl.lib}/lwjgl_util_applet.jar" update="true">
|
||||
<fileset dir="${lwjgl.res}" includes="applet*"/>
|
||||
</jar>
|
||||
|
||||
<copy file="${lwjgl.lib}/lwjgl.jar" todir="applet"/>
|
||||
<copy file="${lwjgl.lib}/lwjgl_util_applet.jar" todir="applet"/>
|
||||
<copy file="${lwjgl.lib}/lwjgl_util.jar" todir="applet"/>
|
||||
<copy file="${lwjgl.lib}/lwjgl_fmod3.jar" todir="applet"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue