diff options
Diffstat (limited to 'make/glx-macosx.cfg')
-rw-r--r-- | make/glx-macosx.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make/glx-macosx.cfg b/make/glx-macosx.cfg new file mode 100644 index 000000000..514aeae6e --- /dev/null +++ b/make/glx-macosx.cfg @@ -0,0 +1,10 @@ +# This .cfg file is used to generate the interface to the GLX routines +# used internally by the X11GLContext implementation. +Package net.java.games.jogl.impl.macosx +JavaClass MacOSXGL +Style allstatic +Include gl-common-macosx.cfg + + + + |