diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-14 20:17:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-14 20:17:44 +0000 |
| commit | 30d00ceb075adaa945a5176a3272982a856f0a9b (patch) | |
| tree | 8eb8bcd198f8166516bb36b81c7ccf2a9c2091ff /fluid/ide_support.h | |
| parent | 79b2c201a0d36651e97140ddff215a3b1bbde93e (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 'fluid/ide_support.h')
| -rw-r--r-- | fluid/ide_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
