mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Merge pull request #2432 from jdf/master
Make OpenGL stuff available to PDE runtime on OS X and Windows.
This commit is contained in:
@@ -517,6 +517,10 @@
|
||||
|
||||
<!-- plus core.jar... note that this is no longer shared -->
|
||||
<classpath file="../core/library/core.jar" />
|
||||
<classpath file="../core/library/gluegen-rt.jar" />
|
||||
<classpath file="../core/library/gluegen-rt-natives-macosx-universal.jar" />
|
||||
<classpath file="../core/library/jogl-all.jar" />
|
||||
<classpath file="../core/library/jogl-all-natives-macosx-universal.jar" />
|
||||
|
||||
<arch name="x86_64"/>
|
||||
<!-- no support for this with Java 7 from Oracle -->
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
<mainClass>processing.app.Base</mainClass>
|
||||
<cp>lib/pde.jar</cp>
|
||||
<cp>core/library/core.jar</cp>
|
||||
<cp>core/library/gluegen-rt.jar</cp>
|
||||
<cp>core/library/gluegen-rt-natives-windows-amd64.jar</cp>
|
||||
<cp>core/library/gluegen-rt-natives-windows-i586.jar</cp>
|
||||
<cp>core/library/jogl-all-natives-windows-amd64.jar</cp>
|
||||
<cp>core/library/jogl-all-natives-windows-i586.jar</cp>
|
||||
<cp>core/library/core.jar</cp>
|
||||
<cp>lib/jna.jar</cp>
|
||||
<cp>lib/antlr.jar</cp>
|
||||
<cp>lib/ant.jar</cp>
|
||||
|
||||
Reference in New Issue
Block a user