From 1de0988c317c7b916daa7b4f102f0889e026c77d Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 13 Jan 2010 23:13:59 +0000 Subject: Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK. * Source brought into CMP standards compliance * test program added (test/native-filechooser.cxx) * Tested with linux (Ubuntu8) and with OSX (cocoa and non-cocoa builds) TODO: * Needs doxygen docs from Greg's original HTML documentation * Needs mods to Windows build files * Needs mods to cmake, and other build files * Needs Manolo's latest mods (from STR #2298) mentioned on and after "02:05 Jan 13, 2010" git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6997 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/makedepend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makedepend') diff --git a/src/makedepend b/src/makedepend index 39a259f75..7a39ebd35 100644 --- a/src/makedepend +++ b/src/makedepend @@ -215,6 +215,8 @@ Fl_Multi_Label.o: ../FL/fl_types.h ../FL/Xutf8.h ../FL/Enumerations.H Fl_Multi_Label.o: ../FL/Fl_Export.H ../FL/fl_types.h ../FL/Fl_Widget.H Fl_Multi_Label.o: ../FL/Fl_Menu_Item.H ../FL/Fl_Widget.H ../FL/Fl_Image.H Fl_Multi_Label.o: ../FL/Fl_Multi_Label.H +Fl_Native_File_Chooser.o: ../config.h Fl_Native_File_Chooser_common.cxx \ + ../FL/Fl_Native_File_Chooser.H ../FL/Fl.H ../FL/filename.H Fl_Overlay_Window.o: ../config.h ../FL/Fl.H ../FL/fl_utf8.h ../FL/Fl_Export.H Fl_Overlay_Window.o: ../FL/fl_types.h ../FL/Xutf8.h ../FL/Enumerations.H Fl_Overlay_Window.o: ../FL/Fl_Export.H ../FL/fl_types.h -- cgit v1.2.3