diff options
author | Kenneth Russel <[email protected]> | 2009-06-15 22:52:34 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-15 22:52:34 +0000 |
commit | 506b634b780dcd23aa61015c2ceba3e687196abf (patch) | |
tree | 897649a36cc769351704a050828f8e0e994c5686 /make/cgl-macosx.cfg | |
parent | 04c0c10bfee764dbd0301ae83a0fae695dcb5b23 (diff) |
Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX
on to trunk
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1958 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/cgl-macosx.cfg')
-rw-r--r-- | make/cgl-macosx.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg deleted file mode 100644 index 7c31f7338..000000000 --- a/make/cgl-macosx.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# This .cfg file is used to generate the interface to the CGL routines -# used internally by the MacOSXGLContext implementation. -Package com.sun.opengl.impl.macosx -JavaOutputDir ..\build\gensrc\classes -NativeOutputDir ..\build\gensrc\native\jogl -JavaClass CGL -Style allstatic -Include gl-common-macosx.cfg - -Opaque long void * - -# Opaque directives for low-level CGL binding (for Java2D/JOGL bridge) -Opaque long CGLContextObj -Opaque long CGLPBufferObj -Opaque long CGLPixelFormatObj - -CustomCCode #include </usr/include/machine/types.h> -CustomCCode #include "macosx-window-system.h" - -# Implement the first argument to getProcAddress as String instead -# of byte[] -ArgumentIsString getProcAddress 0 - |