mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
@@ -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 $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user