From 126dad53ff9cbc6581390952eadee8a5335cdcab Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 26 Jun 2008 03:24:49 +0000 Subject: 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 --- make/egl.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'make/egl.cfg') 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 -- cgit v1.2.3