From 9208e9d0079b362fd73187c06ba29c2066d47f35 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 12:30:13 +0000 Subject: Windows doesn't have case-sensitive filenames, so we can't have two fl_file_chooser.cxx's... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1620 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a80060fa0..6e011ac6c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.14.2.11 2001/09/29 15:57:32 easysw Exp $" +# "$Id: Makefile,v 1.18.2.14.2.12 2001/09/30 12:30:13 easysw Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -121,7 +121,7 @@ CPPFILES = \ fl_draw_image.cxx \ fl_draw_pixmap.cxx \ fl_engraved_label.cxx \ - fl_file_chooser.cxx \ + fl_file_dir.cxx \ fl_font.cxx \ fl_labeltype.cxx \ fl_line_style.cxx \ @@ -258,5 +258,5 @@ install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME) ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.14.2.11 2001/09/29 15:57:32 easysw Exp $". +# End of "$Id: Makefile,v 1.18.2.14.2.12 2001/09/30 12:30:13 easysw Exp $". # -- cgit v1.2.3