From 30d00ceb075adaa945a5176a3272982a856f0a9b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 14 Apr 2010 20:17:44 +0000 Subject: Fludi IDE: now supporting header files for OS X. If those are included for a library, the resulting framework will receive a copy of the headers, allowing Xcode to simply include the file into any new project. frameworks must be installed in /Library?Frameworks to be found automatically. A little more fixing is required. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7504 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ide/Xcode3/config.h') diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index d003463e8..ccdd5d1c4 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -1,5 +1,5 @@ /* - * "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $" + * "$Id: ide_xcode.cxx 7487 2010-04-12 15:15:03Z matt $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -48,5 +48,5 @@ #define HAVE_DLSYM 1 /* - * End of "$Id: ide_xcode.cxx 7357 2010-03-29 14:10:54Z matt $". + * End of "$Id: ide_xcode.cxx 7487 2010-04-12 15:15:03Z matt $". */ \ No newline at end of file -- cgit v1.2.3