Mercurial > hg > Members > kono > nitros9-code
changeset 788:890ddace9609
added install2dd
author | boisy |
---|---|
date | Sun, 12 Jan 2003 16:16:03 +0000 |
parents | 4b3bdd4a1ff4 |
children | 7fcefc6ddeec |
files | 3rdparty/packages/rof/install2dd 3rdparty/packages/rof/makefile |
diffstat | 2 files changed, 28 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/rof/install2dd Sun Jan 12 16:16:03 2003 +0000 @@ -0,0 +1,24 @@ +-x +t +*************************************************** +* Rescue on Fractalus Install Script for the CoCo 3 +* Files are copied to the /DD device +* +* Creating directories +makdir /DD/GAMES +makdir /DD/GAMES/ROF +makdir /DD/GAMES/ROF/CMDS +* Copying commands to /DD/GAMES/ROF/CMDS +copy -r CMDS/AutoEx /DD/GAMES/ROF/CMDS/rescue +* Copying support files to /DD/GAMES/ROF +copy -r body -w=/DD/GAMES/ROF +copy -r heads -w=/DD/GAMES/ROF +copy -r larms -w=/DD/GAMES/ROF +copy -r legs -w=/DD/GAMES/ROF +copy -r lips -w=/DD/GAMES/ROF +copy -r panel1 -w=/DD/GAMES/ROF +copy -r rofvar -w=/DD/GAMES/ROF +copy -r rship.c -w=/DD/GAMES/ROF +copy -r rtitle.c -w=/DD/GAMES/ROF +copy -r scores -w=/DD/GAMES/ROF +* All Done!
--- a/3rdparty/packages/rof/makefile Sun Jan 12 16:12:47 2003 +0000 +++ b/3rdparty/packages/rof/makefile Sun Jan 12 16:16:03 2003 +0000 @@ -18,13 +18,14 @@ SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores -ALLOBJS = $(CMDS) +SCRIPTFILES = install2dd all: $(ALLOBJS) $(CHMOD) 755 $(CMDS) clean: dskclean $(RM) $(ALLOBJS) + $(OS92UNIX) $(SCRIPTFILES) dsk: all $(RM) $(DISK) @@ -39,6 +40,8 @@ $(CP) $(CMDS) $(DISK),CMDS $(OS9RENAME) $(DISK),CMDS/rescue AutoEx $(CP) $(SUPPORTFILES) $(DISK),. + $(UNIX2OS9) $(SCRIPTFILES) + $(CP) $(SCRIPTFILES) $(DISK),. dskclean: $(RM) $(DISK)