summaryrefslogtreecommitdiff
path: root/ide/Xcode3/config.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-04-14 20:17:44 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-04-14 20:17:44 +0000
commit30d00ceb075adaa945a5176a3272982a856f0a9b (patch)
tree8eb8bcd198f8166516bb36b81c7ccf2a9c2091ff /ide/Xcode3/config.h
parent79b2c201a0d36651e97140ddff215a3b1bbde93e (diff)
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
Diffstat (limited to 'ide/Xcode3/config.h')
-rw-r--r--ide/Xcode3/config.h4
1 files changed, 2 insertions, 2 deletions
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