diff options
author | Gerard Ziemski <[email protected]> | 2004-12-27 21:56:54 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2004-12-27 21:56:54 +0000 |
commit | 1c36f404128ad439dbb4757e9fdbc3fa956619ff (patch) | |
tree | 1e80deae27de87cbfe16c0dbfda1e0e488163c26 /make/jawt-macosx.cfg | |
parent | 167641d406619ba710e2d50005b6886d2874a251 (diff) |
make sure we include header defining intptr_t, so that we build on Mac OS X
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@185 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r-- | make/jawt-macosx.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg index 829e4f80a..6c1a13b85 100644 --- a/make/jawt-macosx.cfg +++ b/make/jawt-macosx.cfg @@ -18,6 +18,8 @@ IgnoreField JAWT_DrawingSurfaceInfo platformInfo CustomCCode #include <inttypes.h> CustomCCode #include <jawt.h> +CustomCCode #include </usr/include/ppc/types.h> + Import net.java.games.jogl.impl.JAWT_PlatformInfo StructPackage JAWT_MacOSXDrawingSurfaceInfo net.java.games.jogl.impl.macosx EmitStruct JAWT_MacOSXDrawingSurfaceInfo |