summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/makeinclude.cygwin')
-rw-r--r--makefiles/makeinclude.cygwin5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefiles/makeinclude.cygwin b/makefiles/makeinclude.cygwin
index d9a26edc5..91a04b9ff 100644
--- a/makefiles/makeinclude.cygwin
+++ b/makefiles/makeinclude.cygwin
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.cygwin,v 1.1.2.2.2.1 2001/10/16 20:19:22 easysw Exp $"
+# "$Id: makeinclude.cygwin,v 1.1.2.2.2.2 2001/10/27 03:33:25 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -66,6 +66,7 @@ LIBNAME = ../lib/libfltk.a
GLLIBNAME = ../lib/libfltk_gl.a
LIBCOMMAND = ar -ruv
RANLIB = ranlib
+RM = del
DSONAME =
DSOCOMMAND = echo
@@ -95,5 +96,5 @@ IMAGELIBS =
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.cygwin,v 1.1.2.2.2.1 2001/10/16 20:19:22 easysw Exp $".
+# End of "$Id: makeinclude.cygwin,v 1.1.2.2.2.2 2001/10/27 03:33:25 easysw Exp $".
#