diff options
author | Sven Gothel <[email protected]> | 2008-06-26 03:24:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-26 03:24:49 +0000 |
commit | 126dad53ff9cbc6581390952eadee8a5335cdcab (patch) | |
tree | 4795df59ce2d7b560129638e4ba0ad0ae275a452 /make/egl.cfg | |
parent | 8b08ffff07711d42fa6df65990bd3218efaa308d (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/egl.cfg')
-rwxr-xr-x | make/egl.cfg | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/make/egl.cfg b/make/egl.cfg index 2ba4addd5..494567545 100755 --- a/make/egl.cfg +++ b/make/egl.cfg @@ -1,12 +1,18 @@ # This .cfg file is used to generate the interface to the EGL routines # used internally by the EGLContext implementation. -Package com.sun.opengl.impl.egl JavaOutputDir ../build/gensrc/classes -NativeOutputDir ../build/gensrc/native/jogl +NativeOutputDir ../build/gensrc/native/jogl/egl + +Package com.sun.opengl.impl.egl JavaClass EGL Style allstatic # Shouldn't matter which one of these we pick up -Include gl-common-es1.cfg + +HierarchicalNativeOutput false +Include gl-common.cfg + +# There are a few routines we don't handle yet +Ignore glGetBufferPointervOES # Use a ProcAddressTable so we dynamically look up the routines EmitProcAddressTable true |