From 6cea1f402d7d3bf62b042ff1abff3cb2c1343b31 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 19 Feb 2010 20:51:48 +0000 Subject: Small fixes to Fluid IDE support. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7105 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3