diff options
Diffstat (limited to 'make/gl-macosx.cfg')
-rw-r--r-- | make/gl-macosx.cfg | 8 |
1 files changed, 5 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 |