Small fixes to Fluid IDE support.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7105 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-02-19 20:51:48 +00:00
parent f59cd1f4aa
commit 6cea1f402d

View File

@ -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);
}