diff options
author | Kenneth Russel <[email protected]> | 2005-02-07 16:29:08 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-02-07 16:29:08 +0000 |
commit | 201f2f59d90b981875e66331d3a93755b1f6cf73 (patch) | |
tree | e5c53dca7a9751f3c52449963c4d8a73f3e60355 /make | |
parent | 3eced7c6493c462221cddaa1a5e3700a2ca51bb3 (diff) |
Fixed problem with glu-impl-macosx.cfg after enabling of GKW's pure
Java port of mipmap and scaling routines
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@217 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/glu-impl-macosx.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/glu-impl-macosx.cfg b/make/glu-impl-macosx.cfg index 738fcbf59..21e9b3700 100644 --- a/make/glu-impl-macosx.cfg +++ b/make/glu-impl-macosx.cfg @@ -1,9 +1,9 @@ # This .cfg file is used to generate the GLU implementation on # Mac OS X. -Include glu-impl-common.cfg - CustomCCode #include <inttypes.h> CustomCCode #include <jni.h> -CustomCCode #include </usr/include/machine/types.h>
\ No newline at end of file +CustomCCode #include </usr/include/machine/types.h> + +Include glu-impl-common.cfg |