diff options
Diffstat (limited to 'make/gl-es1.cfg')
-rwxr-xr-x | make/gl-es1.cfg | 8 |
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 |