aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-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[]