mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 17:01:06 +01:00
fix ant build for jogl
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
includeAntRuntime="false"
|
||||
debug="true"
|
||||
srcdir="src" destdir="bin"
|
||||
classpath="library/lwjgl.jar; library/lwjgl_util.jar"
|
||||
classpath="library/jogl-all.jar; library/gluegen-rt.jar"
|
||||
nowarn="true">
|
||||
<!-- kinda gross, but if not using the JDT, this just ignored anyway -->
|
||||
<compilerclasspath path="${jdt.jar}; ../java/mode/jdtCompilerAdapter.jar" />
|
||||
|
||||
Reference in New Issue
Block a user