summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.mingw
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-09 17:41:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-09 17:41:24 +0000
commitb125958b07ff077bc61bb691dbc0dab9504373b0 (patch)
treefbcfbf376b138014f7179826f1587f4b8219a2b4 /makefiles/makeinclude.mingw
parent0cca48696f20a169f943b1624f7e4953f0736e05 (diff)
Add support for MingW with GCC 3.1.x.
Some copyright/comment cleanup in various files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/makeinclude.mingw')
-rw-r--r--makefiles/makeinclude.mingw5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index 3ae73821e..19a1425da 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -1,7 +1,8 @@
#
-# "$Id: makeinclude.mingw,v 1.1.2.3.2.9 2002/07/08 20:14:06 easysw Exp $"
+# "$Id: makeinclude.mingw,v 1.1.2.3.2.10 2002/07/09 17:41:24 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
+# (this file for MingW using GCC 2.95.x)
#
# Copyright 1998-2001 by Bill Spitzak and others.
#
@@ -111,5 +112,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.9 2002/07/08 20:14:06 easysw Exp $".
+# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.10 2002/07/09 17:41:24 easysw Exp $".
#