summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.os2x
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-13 20:33:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-13 20:33:36 +0000
commit6051ce753a18bbb7338d010249087f351c1b7d03 (patch)
tree6cd64d9a5535045260d4a09dab39896ea3f97019 /makefiles/Makefile.os2x
parent3fbd80d1667ed2970f13c2fbc13611144391a4b6 (diff)
Updates for Mingw and Cygnus builds.
Added README.win32 file for WIN32-specific issues. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1209 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/Makefile.os2x')
-rw-r--r--makefiles/Makefile.os2x6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x
index 0b030748b..37b812460 100644
--- a/makefiles/Makefile.os2x
+++ b/makefiles/Makefile.os2x
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile.os2x,v 1.6.2.1 2000/04/25 22:16:05 mike Exp $"
+# "$Id: Makefile.os2x,v 1.6.2.2 2000/06/13 20:33:34 mike Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
-# Please report all bugs and problems to "fltk-bugs@easysw.com".
+# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
SHELL=cmd.exe
@@ -74,5 +74,5 @@ makeinclude: makefiles\makeinclude.os2x
copy $< $@
#
-# End of "$Id: Makefile.os2x,v 1.6.2.1 2000/04/25 22:16:05 mike Exp $".
+# End of "$Id: Makefile.os2x,v 1.6.2.2 2000/06/13 20:33:34 mike Exp $".
#