summaryrefslogtreecommitdiffstats
path: root/make/gl-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-macosx.cfg')
-rw-r--r--make/gl-macosx.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/gl-macosx.cfg b/make/gl-macosx.cfg
new file mode 100644
index 000000000..234878b93
--- /dev/null
+++ b/make/gl-macosx.cfg
@@ -0,0 +1,8 @@
+# This .cfg file is used to generate the class which implements the GL
+# interface on a particular platform.
+Package net.java.games.jogl
+Style InterfaceOnly
+JavaClass GL
+Include gl-common-macosx.cfg
+
+EmitProcAddressTable false \ No newline at end of file