summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.os2x
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/makeinclude.os2x')
-rw-r--r--makefiles/makeinclude.os2x12
1 files changed, 9 insertions, 3 deletions
diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x
index d38783748..4cf4faa18 100644
--- a/makefiles/makeinclude.os2x
+++ b/makefiles/makeinclude.os2x
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $"
+# "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -34,9 +34,15 @@ srcdir = ./.
VPATH = ./.
# programs we use...
+CHMOD = :
+CP = copy
HTMLDOC = htmldoc.exe
+LN = :
+MKDIR = md
NROFF = nroff
-RM = rm -f
+RM = del
+RMDIR = rd
+STRIP = :
# compiler names:
CXX = gcc.exe
@@ -118,5 +124,5 @@ CAT3EXT =3
mv t.z $@
#
-# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $".
+# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $".
#