diff options
author | Gerard Ziemski <[email protected]> | 2008-10-17 21:32:06 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2008-10-17 21:32:06 +0000 |
commit | 133c8f5a973c31aa8e6580eb9c1e9b26279e0edb (patch) | |
tree | ad6f79f3e6969cb23a2c0cc0e9ee0f7e6c52915e /make/jawt-macosx.cfg | |
parent | ffe1122b78ca6c265d4f2a4535574b0b57135de2 (diff) |
starte native Cocoa based window implementation
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1777 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r-- | make/jawt-macosx.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg index 8cb3025c2..5fe3a3cb8 100644 --- a/make/jawt-macosx.cfg +++ b/make/jawt-macosx.cfg @@ -4,7 +4,7 @@ Style AllStatic Package com.sun.opengl.impl.jawt JavaClass JAWTFactory JavaOutputDir ../build/gensrc/classes -NativeOutputDir ../build/gensrc/native/jogl/OSX +NativeOutputDir ../build/gensrc/native/jogl/MacOSX HierarchicalNativeOutput false |