Updated ant build file for opengl

This commit is contained in:
codeanticode
2012-02-15 22:02:56 +00:00
parent e81b4950f5
commit b3a5e73fdc

View File

@@ -17,7 +17,7 @@
srcdir="src" destdir="bin"
encoding="UTF-8"
includeAntRuntime="false"
classpath="../../../core/core.jar; library/jogl.all.jar; library/nativewindow.all.jar;" />
classpath="../../../core/core.jar; library/jogl.all.jar; library/gluegen-rt.jar" />
<!-- Copy the shaders to the bin folder.
Eclipse does this automatically. -->