diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-11 20:16:47 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-11 20:16:47 +0000 |
| commit | ed2870637f14fd9ef3b12d3040d89eec25194788 (patch) | |
| tree | 8c4bc0616a0215700eb4124e3d56695786452a9d /ide/Xcode3 | |
| parent | bbda62f267193e8ed60dde671cc19c3ed5b8cfcd (diff) | |
Fluid IDE support: rewrite all Makefiles. This has no smart parts inside yet.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3')
| -rw-r--r-- | ide/Xcode3/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index 739f9ebaa..d003463e8 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -1,5 +1,5 @@ /* - * "$Id: ide_xcode.cxx 7267 2010-03-14 21:29:12Z matt $" + * "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -16,9 +16,7 @@ #define USE_XFT 0 #define HAVE_XDBE 0 #define USE_XDBE HAVE_XDBE -#define USE_QUARTZ 1 #define __APPLE_QUARTZ__ 1 -#define __APPLE_COCOA__ 1 #define HAVE_OVERLAY 0 #define HAVE_GL_OVERLAY HAVE_OVERLAY #define WORDS_BIGENDIAN 0 @@ -50,5 +48,5 @@ #define HAVE_DLSYM 1 /* - * End of "$Id: ide_xcode.cxx 7267 2010-03-14 21:29:12Z matt $". + * End of "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $". */
\ No newline at end of file |
