diff options
author | Sven Gothel <[email protected]> | 2008-06-01 08:25:40 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-01 08:25:40 +0000 |
commit | d1b0143a16af0b44cd0811025c2b8296f063e746 (patch) | |
tree | 5584616066f6faeddeabdf0595d9cc8a6ee8e00f /make/jawt-macosx.cfg | |
parent | 806564c9599510db2bb0e2d0e441ca6ad8068aa0 (diff) |
Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP
Compile Clean: X11, noAWT, ES1, no *.impl.x11/win/macosx
See jogl/make/build.xml for new build properties.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1655 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r-- | make/jawt-macosx.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg index 1dd4d297e..5e78b251c 100644 --- a/make/jawt-macosx.cfg +++ b/make/jawt-macosx.cfg @@ -1,7 +1,7 @@ # This .cfg file is used to generate the interface to the JAWT, which # is used by the MacOSXOnscreenGLContext. Style AllStatic -Package com.sun.opengl.impl +Package com.sun.opengl.impl.awt JavaClass JAWTFactory JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl @@ -22,7 +22,6 @@ CustomCCode #include <jawt.h> CustomCCode #include </usr/include/machine/types.h> import java.security.* -Import com.sun.opengl.impl.JAWT_PlatformInfo StructPackage JAWT_MacOSXDrawingSurfaceInfo com.sun.opengl.impl.macosx EmitStruct JAWT_MacOSXDrawingSurfaceInfo Implements JAWT_MacOSXDrawingSurfaceInfo JAWT_PlatformInfo |