aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-es2.cfg')
-rwxr-xr-xmake/gl-es2.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/make/gl-es2.cfg b/make/gl-es2.cfg
index e091b085d..29069a869 100755
--- a/make/gl-es2.cfg
+++ b/make/gl-es2.cfg
@@ -1,4 +1,7 @@
# This .cfg file is used to generate the GL interface and implementing class.
+JavaOutputDir ../build/gensrc/classes
+NativeOutputDir ../build/gensrc/native/jogl/es2
+
Package javax.media.opengl
Style InterfaceAndImpl
JavaClass GLES2
@@ -8,7 +11,8 @@ ImplPackage com.sun.opengl.impl.es2
ImplJavaClass GLES2Impl
Implements GLES2Impl GL
Implements GLES2Impl GL2ES2
-Include gl-common-es2.cfg
+HierarchicalNativeOutput false
+Include gl-common.cfg
Include gl-ignore-gl2_es-enums.cfg
Include gl-ignore-gl2_es2-enums.cfg