diff options
Diffstat (limited to 'make/gl-cgl-macosx.cfg')
-rw-r--r-- | make/gl-cgl-macosx.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make/gl-cgl-macosx.cfg b/make/gl-cgl-macosx.cfg new file mode 100644 index 000000000..20653251a --- /dev/null +++ b/make/gl-cgl-macosx.cfg @@ -0,0 +1,10 @@ +# This .cfg file is used to generate the interface which contains the +# window system-specific extensions which are exposed (via +# inheritance) to the GL interface. +Package net.java.games.jogl +Style InterfaceOnly +JavaClass CGL +Include gl-common-macosx.cfg + +# Ignore everything that doesn't start with cgl +IgnoreNot ^(cgl|CGL).+ |