mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixes for opengl export
This commit is contained in:
@@ -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..
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user