fixes for opengl export

This commit is contained in:
benfry
2006-10-02 02:07:06 +00:00
parent 09ef0a2e07
commit fb96ab2c6b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
0118 core
X fix a problem with opengl export
_ alloc() stuff not fixed because of thread halting
_ problem where alloc happens inside setup(), so, uh..

View File

@@ -9,4 +9,4 @@ application.macosx = opengl.jar, jogl.jar, libjogl.jnilib, libjogl_awt.jnilib, l
application.windows = opengl.jar, jogl.jar, jogl.dll, jogl_awt.dll, jogl_cg.dll
application.linux = opengl.jar, jogl.jar, libjogl.so, libjogl_awt.so, libjogl_cg.so, libjogl_drihack.so
applet = opengl.jar, jogl.jar, jogl-natives-linux.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar, jogl-natives-windows-i586.jar
applet = opengl.jar, jogl.jar, jogl-natives-linux-i586.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar, jogl-natives-windows-i586.jar