diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-19 20:51:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-19 20:51:48 +0000 |
| commit | 6cea1f402d7d3bf62b042ff1abff3cb2c1343b31 (patch) | |
| tree | dfd9688fa33d7cfc05a4ffab024c5937b3d8f5b1 | |
| parent | f59cd1f4aa793b14a1c4925b9686c3181fe0a3b1 (diff) | |
Small fixes to Fluid IDE support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7105 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/ide_support.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index 6f498ff8d..d8a528efd 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -569,7 +569,6 @@ int create_new_database(const char *filename) fluid_app.add_lib(fltk_images_lib); fluid_app.add_lib(fltk_jpeg_lib); fluid_app.add_lib(fltk_png_lib); - fluid_app.add_external_lib(files_db, "z"); } // --- create test applications @@ -724,6 +723,7 @@ int create_new_database(const char *filename) { Fl_Target_Prefs db(tests_db.add_with_key("name", "forms")); db.add_source(files_db, "test/forms.cxx"); db.add_lib(fltk_lib); + db.add_lib(fltk_forms_lib); demo_db.depends_on(db); } |
