aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es1.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-es1.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-es1.cfg')
-rwxr-xr-xmake/gl-es1.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/make/gl-es1.cfg b/make/gl-es1.cfg
index 662c3d51f..3c9e3c08b 100755
--- a/make/gl-es1.cfg
+++ b/make/gl-es1.cfg
@@ -1,4 +1,9 @@
# This .cfg file is used to generate the GL interface and implementing class.
+JavaOutputDir ../build/gensrc/classes
+NativeOutputDir ../build/gensrc/native/jogl/es1
+
+# There are a few routines we don't handle yet
+Ignore glGetBufferPointervOES
Package javax.media.opengl
Style InterfaceAndImpl
JavaClass GLES1
@@ -8,7 +13,8 @@ ImplPackage com.sun.opengl.impl.es1
ImplJavaClass GLES1Impl
Implements GLES1Impl GL
Implements GLES1Impl GL2ES1
-Include gl-common-es1.cfg
+HierarchicalNativeOutput false
+Include gl-common.cfg
Include gl-ignore-gl2_es-enums.cfg
Include gl-ignore-gl2_es1-enums.cfg