aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-wgl-win32.cfg
diff options
context:
space:
mode:
authordjp <[email protected]>2003-06-08 19:27:01 +0000
committerdjp <[email protected]>2003-06-08 19:27:01 +0000
commitd49fd968963909f181423eae46c613189468fac3 (patch)
treeb231329e6b65fd54aa24b3bcc0a3ecc623daec61 /make/gl-wgl-win32.cfg
parent9c8fb046dee5d832bea3f36dcbd43285054f49a0 (diff)
Initial revision
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@3 232f8b59-042b-4e1e-8c03-345bb8c30851
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].+