summaryrefslogtreecommitdiff
path: root/fluid/ide_support.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-19 11:02:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-19 11:02:51 +0000
commit3b7e7947193f510352206830705519fff109b184 (patch)
tree91732a4236eefd2ab82d4dbb15b204e734f90e99 /fluid/ide_support.h
parent7ea3819b28324111f26dca132fc995b415a2ed36 (diff)
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
Diffstat (limited to 'fluid/ide_support.h')
-rw-r--r--fluid/ide_support.h1
1 files changed, 1 insertions, 0 deletions
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);
};