From 3b7e7947193f510352206830705519fff109b184 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 19 Feb 2010 11:02:51 +0000 Subject: Improved IDE support: Fluid now compiles fine under Xcode (and all framework on which it depends). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7101 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 fdad65d3c..126acb309 100644 --- a/fluid/ide_support.h +++ b/fluid/ide_support.h @@ -76,6 +76,7 @@ public: 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); + Fl_Preferences::ID add_external_lib(Fl_IDE_Prefs &fdb, const char *name); }; -- cgit v1.2.3