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 --- fluid/ide_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/ide_support.h') diff --git a/fluid/ide_support.h b/fluid/ide_support.h index 20721b021..8adb077c5 100644 --- a/fluid/ide_support.h +++ b/fluid/ide_support.h @@ -72,6 +72,7 @@ class Fl_Target_Prefs : public Fl_IDE_Prefs { public: Fl_Target_Prefs(Fl_Preferences::ID id); Fl_Preferences::ID add_source(Fl_IDE_Prefs &fdb, const char *pathAndName); + Fl_Preferences::ID add_header(Fl_IDE_Prefs &fdb, const char *pathAndName); Fl_Preferences::ID add_fl(Fl_IDE_Prefs &fdb, const char *pathAndName); Fl_Preferences::ID depends_on(Fl_IDE_Prefs &dep); Fl_Preferences::ID add_lib(Fl_IDE_Prefs &lib); -- cgit v1.2.3