Author: manolo Date: 2010-12-15 23:26:56 -0800 (Wed, 15 Dec 2010) New Revision: 8045 Log: Change needed after rename of Fl_Native_File_Chooser_MAC.cxx to Fl_Native_File_Chooser_MAC.mm
Modified: branches/branch-1.3/src/Makefile Modified: branches/branch-1.3/src/Makefile =================================================================== --- branches/branch-1.3/src/Makefile 2010-12-15 23:49:49 UTC (rev 8044) +++ branches/branch-1.3/src/Makefile 2010-12-16 07:26:56 UTC (rev 8045) @@ -484,7 +484,7 @@ # Please add only non-Linux/Unix files or such that are optional # (like "*xft*") here: Fl_get_key.o: Fl_get_key_mac.cxx Fl_get_key_win32.cxx -Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.cxx Fl_Native_File_Chooser_WIN32.cxx +Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.mm Fl_Native_File_Chooser_WIN32.cxx Fl.o: Fl_mac.cxx Fl_win32.cxx Fl_cocoa.mm fl_color.o: fl_color_mac.cxx fl_color_win32.cxx fl_dnd.o: fl_dnd_mac.cxx fl_dnd_win32.cxx fl_dnd_x.cxx _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
