Mercurial > hg > Members > kono > nitros9-code
changeset 808:3f7e013ce355
Removed install scripts
author | boisy |
---|---|
date | Mon, 13 Jan 2003 02:42:46 +0000 |
parents | 567db632f326 |
children | b81da41a9707 |
files | 3rdparty/packages/subsim/install2dd 3rdparty/packages/subsim/makefile |
diffstat | 2 files changed, 0 insertions(+), 41 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/subsim/install2dd Mon Jan 13 02:42:04 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ --x -t -**************************************************** -* Sub Battle Simulator Install Script for the CoCo 3 -* Files are copied to the /DD device -* -* Creating directories -makdir /DD/GAMES -makdir /DD/GAMES/SUBSIM -makdir /DD/GAMES/SUBSIM/CMDS -* Copying commands to /DD/GAMES/SUBSIM/CMDS -copy -r CMDS/AutoEx /DD/GAMES/SUBSIM/CMDS/presub -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub1 -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub2 -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub3 -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub4 -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub5 -copy -r -w=/DD/GAMES/SUBSIM/CMDS CMDS/sub6 -* Copying support files to /DD/GAMES/SUBSIM -copy -r -w=/DD/GAMES/SUBSIM control1.cmp -copy -r -w=/DD/GAMES/SUBSIM convoys.dat -copy -r -w=/DD/GAMES/SUBSIM diesel.dat -copy -r -w=/DD/GAMES/SUBSIM fonts.dat -copy -r -w=/DD/GAMES/SUBSIM germap.cmp -copy -r -w=/DD/GAMES/SUBSIM hiscore.dat -copy -r -w=/DD/GAMES/SUBSIM mission.txt -copy -r -w=/DD/GAMES/SUBSIM missions.dat -copy -r -w=/DD/GAMES/SUBSIM radar.dat -copy -r -w=/DD/GAMES/SUBSIM shipmap2.dat -copy -r -w=/DD/GAMES/SUBSIM sintbl.dat -copy -r -w=/DD/GAMES/SUBSIM stitle.pic -copy -r -w=/DD/GAMES/SUBSIM sub.dat -copy -r -w=/DD/GAMES/SUBSIM sub.dump -copy -r -w=/DD/GAMES/SUBSIM usamap.cmp -* All Done!
--- a/3rdparty/packages/subsim/makefile Mon Jan 13 02:42:04 2003 +0000 +++ b/3rdparty/packages/subsim/makefile Mon Jan 13 02:42:46 2003 +0000 @@ -20,8 +20,6 @@ hiscore.dat mission.txt missions.dat radar.dat shipmap2.dat \ sintbl.dat stitle.pic sub.dat usamap.cmp -SCRIPTS = install2dd - ALLOBJS = $(CMDS) all: $(ALLOBJS) @@ -29,7 +27,6 @@ clean: dskclean $(RM) $(ALLOBJS) - $(OS92UNIX) $(SCRIPTS) dsk: all $(RM) $(DISK) @@ -44,8 +41,6 @@ $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell $(OS9RENAME) $(DISK),CMDS/presub AutoEx $(CP) $(SUPPORTFILES) $(DISK),. - $(UNIX2OS9) $(SCRIPTS) - $(CP) $(SCRIPTS) $(DISK),. dskclean: $(RM) $(DISK)