aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es2.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-26 03:24:49 +0000
committerSven Gothel <[email protected]>2008-06-26 03:24:49 +0000
commit126dad53ff9cbc6581390952eadee8a5335cdcab (patch)
tree4795df59ce2d7b560129638e4ba0ad0ae275a452 /make/gl-es2.cfg
parent8b08ffff07711d42fa6df65990bd3218efaa308d (diff)
1st cdcfp cleanup round
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1693 232f8b59-042b-4e1e-8c03-345bb8c30851
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