diff options
author | Kenneth Russel <[email protected]> | 2003-06-26 13:21:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-06-26 13:21:12 +0000 |
commit | 0a6e191eaebcc8edc2611dbedab6fd04a615fc2f (patch) | |
tree | 7f8a9b8e88a6bc6662827d3f092b943b1ea893fb /make/gl-cgl-macosx.cfg | |
parent | 2b54833bb15d6cae356fa0c5777d11e152d774cb (diff) |
Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,
subsuming the previous prototype implementation (no GLCanvas support)
done by Marc Downie.
Added user's guide (HTML format) under doc/userguide/index.html.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@13 232f8b59-042b-4e1e-8c03-345bb8c30851
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).+ |