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
This commit is contained in:
Michael R Sweet 2001-09-30 12:30:13 +00:00
parent ff1748cd1d
commit 9208e9d007
6 changed files with 20 additions and 19 deletions

View File

@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $"
# "$Id: Makefile,v 1.12.2.6.2.6 2001/09/30 12:30:13 easysw Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@ -23,6 +23,8 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
include makeinclude
SHELL = /bin/sh
DIRS = src fluid test
@ -71,5 +73,5 @@ configure: configure.in
autoconf
#
# End of "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $".
# End of "$Id: Makefile,v 1.12.2.6.2.6 2001/09/30 12:30:13 easysw Exp $".
#

View File

@ -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 $".
#

View File

@ -1,5 +1,5 @@
//
// "$Id: fl_file_chooser.cxx,v 1.10.2.10.2.5 2001/09/29 14:38:59 easysw Exp $"
// "$Id: fl_file_dir.cxx,v 1.1.2.1 2001/09/30 12:30:13 easysw Exp $"
//
// File chooser widget for the Fast Light Tool Kit (FLTK).
//
@ -90,5 +90,5 @@ char* fl_dir_chooser(const char* message, const char* fname)
//
// End of "$Id: fl_file_chooser.cxx,v 1.10.2.10.2.5 2001/09/29 14:38:59 easysw Exp $".
// End of "$Id: fl_file_dir.cxx,v 1.1.2.1 2001/09/30 12:30:13 easysw Exp $".
//

View File

@ -277,16 +277,15 @@ fl_draw_pixmap.o: ../FL/Fl_Export.H ../FL/fl_draw.H ../FL/x.H
fl_draw_pixmap.o: ../FL/Fl_Window.H
fl_engraved_label.o: ../FL/Fl.H ../FL/Enumerations.H ../FL/Fl_Export.H
fl_engraved_label.o: ../FL/Fl_Widget.H ../FL/fl_draw.H
fl_file_chooser.o: ../config.h ../FL/fl_file_chooser.H ../FL/Enumerations.H
fl_file_chooser.o: ../FL/Fl_Export.H ../FL/Fl_File_Chooser.H ../FL/Fl.H
fl_file_chooser.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Widget.H
fl_file_chooser.o: ../FL/Fl_File_Browser.H ../FL/Fl_Browser.H
fl_file_chooser.o: ../FL/Fl_Browser_.H ../FL/Fl_Scrollbar.H ../FL/Fl_Slider.H
fl_file_chooser.o: ../FL/Fl_Valuator.H ../FL/Fl_File_Icon.H ../FL/Fl.H
fl_file_chooser.o: ../FL/Fl_Button.H ../FL/Fl_Return_Button.H
fl_file_chooser.o: ../FL/Fl_Button.H ../FL/fl_ask.H ../FL/Fl_Input.H
fl_file_chooser.o: ../FL/Fl_Input_.H ../FL/Fl_Choice.H ../FL/Fl_Menu_.H
fl_file_chooser.o: ../FL/Fl_Menu_Item.H
fl_file_dir.o: ../config.h ../FL/fl_file_chooser.H ../FL/Enumerations.H
fl_file_dir.o: ../FL/Fl_Export.H ../FL/Fl_File_Chooser.H ../FL/Fl.H
fl_file_dir.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Widget.H
fl_file_dir.o: ../FL/Fl_File_Browser.H ../FL/Fl_Browser.H ../FL/Fl_Browser_.H
fl_file_dir.o: ../FL/Fl_Scrollbar.H ../FL/Fl_Slider.H ../FL/Fl_Valuator.H
fl_file_dir.o: ../FL/Fl_File_Icon.H ../FL/Fl.H ../FL/Fl_Button.H
fl_file_dir.o: ../FL/Fl_Return_Button.H ../FL/Fl_Button.H ../FL/fl_ask.H
fl_file_dir.o: ../FL/Fl_Input.H ../FL/Fl_Input_.H ../FL/Fl_Choice.H
fl_file_dir.o: ../FL/Fl_Menu_.H ../FL/Fl_Menu_Item.H
fl_font.o: ../config.h ../FL/Fl.H ../FL/Enumerations.H ../FL/Fl_Export.H
fl_font.o: ../FL/fl_draw.H ../FL/x.H ../FL/Fl_Window.H Fl_Font.H
fl_labeltype.o: ../FL/Fl.H ../FL/Enumerations.H ../FL/Fl_Export.H

View File

@ -255,7 +255,7 @@ SOURCE=..\src\fl_engraved_label.cxx
# End Source File
# Begin Source File
SOURCE=..\src\fl_file_chooser.cxx
SOURCE=..\src\fl_file_dir.cxx
# End Source File
# Begin Source File

View File

@ -645,7 +645,7 @@ DEP_CPP_FL_EN=\
# End Source File
# Begin Source File
SOURCE=..\src\fl_file_chooser.cxx
SOURCE=..\src\fl_file_dir.cxx
DEP_CPP_FL_FI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\