fix ant build for jogl

This commit is contained in:
Ben Fry
2015-05-14 18:22:49 -04:00
parent 3ffb541309
commit c32736be56

View File

@@ -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" />