diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-macosx.cfg | 8 | ||||
-rw-r--r-- | make/gl-win32.cfg | 1 | ||||
-rw-r--r-- | make/gl-x11.cfg | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/make/gl-macosx.cfg b/make/gl-macosx.cfg index 234878b93..a22b13477 100644 --- a/make/gl-macosx.cfg +++ b/make/gl-macosx.cfg @@ -1,8 +1,10 @@ -# This .cfg file is used to generate the class which implements the GL -# interface on a particular platform. +# This .cfg file is used to generate the GL interface. Package net.java.games.jogl Style InterfaceOnly JavaClass GL +Extends GL WGL +Extends GL GLX +Extends GL CGL Include gl-common-macosx.cfg -EmitProcAddressTable false
\ No newline at end of file +EmitProcAddressTable false diff --git a/make/gl-win32.cfg b/make/gl-win32.cfg index 9b181ffdf..83cb3e3bd 100644 --- a/make/gl-win32.cfg +++ b/make/gl-win32.cfg @@ -4,6 +4,7 @@ Style InterfaceOnly JavaClass GL Extends GL WGL Extends GL GLX +Extends GL CGL Include gl-common-win32.cfg EmitProcAddressTable false diff --git a/make/gl-x11.cfg b/make/gl-x11.cfg index cdd595b0b..e20deed55 100644 --- a/make/gl-x11.cfg +++ b/make/gl-x11.cfg @@ -5,6 +5,7 @@ Style InterfaceOnly JavaClass GL Extends GL WGL Extends GL GLX +Extends GL CGL Include gl-common-x11.cfg EmitProcAddressTable false
\ No newline at end of file |