mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
moving back to jogl 1.0 until jogl 1.1.1 arrives
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# if you want to support more platforms, see the jogl web site to get
|
||||
# the natives libraries for the platform in question (i.e. linux-amd64).
|
||||
# then, add it to the applet line for export. for applications, you'll
|
||||
# have to make the changes by hand, i.e. use the linux version of the
|
||||
# export, and modify its contents to include the necessary files for
|
||||
# your platform.
|
||||
|
||||
application.macosx = opengl.jar, jogl.jar, libjogl.jnilib, libjogl_awt.jnilib, libjogl_cg.jnilib, gluegen-rt.jar, libgluegen-rt.jnilib
|
||||
|
||||
application.windows = opengl.jar, jogl.jar, jogl.dll, jogl_awt.dll, jogl_cg.dll, gluegen-rt.jar, gluegen-rt.dll
|
||||
|
||||
application.linux = opengl.jar, jogl.jar, libjogl.so, libjogl_awt.so, libjogl_cg.so, gluegen-rt.jar, libgluegen-rt.so
|
||||
|
||||
applet = opengl.jar, jogl.jar, jogl-natives-linux-amd64.jar, jogl-natives-linux-i586.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar, jogl-natives-windows-amd64.jar, jogl-natives-windows-i586.jar
|
||||
# if you want to support more platforms, see the jogl web site to get
|
||||
# the natives libraries for the platform in question (i.e. linux-amd64).
|
||||
# then, add it to the applet line for export. for applications, you'll
|
||||
# have to make the changes by hand, i.e. use the linux version of the
|
||||
# export, and modify its contents to include the necessary files for
|
||||
# your platform.
|
||||
|
||||
application.macosx = opengl.jar, jogl.jar, libjogl.jnilib, libjogl_awt.jnilib, libjogl_cg.jnilib
|
||||
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-i586.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar, jogl-natives-windows-i586.jar
|
||||
|
||||
Reference in New Issue
Block a user