aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-05-29 10:04:05 +0000
committerKenneth Russel <[email protected]>2008-05-29 10:04:05 +0000
commit71d9ee31c2f4aa90861c601a184b767a2cb84888 (patch)
tree0042c09c0984a797fcb4b2137dc3b0dcef7ce040
parent832372b20ea45100796a03d49eaff8db2826e3b9 (diff)
Fixes to .cfg files after refactoring of gl-desktop.cfg; however, the
JOGL build for the desktop GL is still not working yet on this branch git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1646 232f8b59-042b-4e1e-8c03-345bb8c30851
-rwxr-xr-xmake/cglext.cfg1
-rwxr-xr-xmake/glxext.cfg1
-rw-r--r--make/wglext.cfg1
-rw-r--r--make/wingdi-win32.cfg1
4 files changed, 4 insertions, 0 deletions
diff --git a/make/cglext.cfg b/make/cglext.cfg
index 0d1ae1dcc..cf930c17f 100755
--- a/make/cglext.cfg
+++ b/make/cglext.cfg
@@ -9,6 +9,7 @@ JavaClass CGLExt
ImplPackage com.sun.opengl.impl.macosx
ImplJavaClass CGLExtImpl
Include gl-common-macosx.cfg
+Include gl-desktop.cfg
EmitProcAddressTable true
ProcAddressTableClassName CGLExtProcAddressTable
diff --git a/make/glxext.cfg b/make/glxext.cfg
index 88e6ba63d..1f4eb53ff 100755
--- a/make/glxext.cfg
+++ b/make/glxext.cfg
@@ -6,6 +6,7 @@ JavaClass GLXExt
ImplPackage com.sun.opengl.impl.x11
ImplJavaClass GLXExtImpl
Include gl-common-x11.cfg
+Include gl-desktop.cfg
EmitProcAddressTable true
ProcAddressTableClassName GLXExtProcAddressTable
diff --git a/make/wglext.cfg b/make/wglext.cfg
index 822c24ab8..06474c0e0 100644
--- a/make/wglext.cfg
+++ b/make/wglext.cfg
@@ -6,6 +6,7 @@ JavaClass WGLExt
ImplPackage com.sun.opengl.impl.windows
ImplJavaClass WGLExtImpl
Include gl-common-win32.cfg
+Include gl-desktop.cfg
EmitProcAddressTable true
ProcAddressTableClassName WGLExtProcAddressTable
diff --git a/make/wingdi-win32.cfg b/make/wingdi-win32.cfg
index d5b630a89..56ad8e37e 100644
--- a/make/wingdi-win32.cfg
+++ b/make/wingdi-win32.cfg
@@ -6,6 +6,7 @@ NativeOutputDir ..\build\gensrc\native\jogl
JavaClass WGL
Style allstatic
Include gl-common-win32.cfg
+Include gl-desktop.cfg
# Implement the first argument to wglGetProcAddress as String instead
# of byte[]