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 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 1f8b91aad..6479e2c61 100644 --- a/test/Makefile +++ b/test/Makefile @@ -74,6 +74,7 @@ CPPFILES =\ menubar.cxx \ message.cxx \ minimum.cxx \ + native-filechooser.cxx \ navigation.cxx \ output.cxx \ overlay.cxx \ @@ -139,6 +140,7 @@ ALL = \ menubar$(EXEEXT) \ message$(EXEEXT) \ minimum$(EXEEXT) \ + native-filechooser$(EXEEXT) \ navigation$(EXEEXT) \ output$(EXEEXT) \ overlay$(EXEEXT) \ @@ -377,6 +379,8 @@ message$(EXEEXT): message.o minimum$(EXEEXT): minimum.o +native-filechooser$(EXEEXT): native-filechooser.o + navigation$(EXEEXT): navigation.o output$(EXEEXT): output.o $(FLLIBNAME) -- cgit v1.2.3