support for AppletLoader

This commit is contained in:
Brian Matzon 2007-06-10 20:31:09 +00:00
parent 48c91afd16
commit 112df74bbf
1 changed files with 6 additions and 4 deletions

View File

@ -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"/>