From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- utils/rm/mkfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 utils/rm/mkfile (limited to 'utils/rm/mkfile') diff --git a/utils/rm/mkfile b/utils/rm/mkfile new file mode 100644 index 00000000..0051452b --- /dev/null +++ b/utils/rm/mkfile @@ -0,0 +1,24 @@ +<../../mkconfig + +# +# the rm command is only needed on Windows NT and Windows 95 +# + +TARG=rm + +OFILES= rm-$TARGMODEL.$O\ + +HFILES= + +LIBS=9 + +BIN=$ROOT/$OBJDIR/bin + +<$ROOT/mkfiles/mkone-$SHELLTYPE + +rm-Posix.c rm-Inferno.c:QV: + echo 'rm is only built on Windows NT or Windows 95' + exit 1 + +$BIN/rm.exe: $O.out + rm -f $target && cp $prereq $target -- cgit v1.2.3