aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-wgl-win32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-wgl-win32.cfg')
-rw-r--r--make/gl-wgl-win32.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/make/gl-wgl-win32.cfg b/make/gl-wgl-win32.cfg
new file mode 100644
index 000000000..fb5f9556e
--- /dev/null
+++ b/make/gl-wgl-win32.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 WGL
+Include gl-common-win32.cfg
+
+# Ignore everything that doesn't start with wgl or WGL
+Ignore ^[^wW].+