# HG changeset patch # User boisy # Date 1042425523 0 # Node ID 6b806570c8dd776f8cb2b00bcf3e6bfc1d6d89ab # Parent f72dd0b71aeef192c87a7d9f0983d63953606fe0 Removed install script diff -r f72dd0b71aee -r 6b806570c8dd 3rdparty/packages/fsim2/install2dd --- a/3rdparty/packages/fsim2/install2dd Sun Jan 12 23:29:58 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ --x -t -************************************************** -* Flight Simulator 2 Install Script for the CoCo 3 -* Files are copied to the /DD device -* -* Creating directories -makdir /DD/GAMES -makdir /DD/GAMES/FS2 -makdir /DD/GAMES/FS2/CMDS -* Copying commands to /DD/GAMES/FS2/CMDS -copy -r CMDS/AutoEx /DD/GAMES/FS2/CMDS/fs -copy -r CMDS/fs2 -w=/DD/GAMES/FS2/CMDS -copy -r CMDS/fs3 -w=/DD/GAMES/FS2/CMDS -copy -r CMDS/fs4 -w=/DD/GAMES/FS2/CMDS -* Copying support files to /DD/GAMES/FS2 -copy -r fa -w=/DD/GAMES/FS2 -copy -r fd -w=/DD/GAMES/FS2 -copy -r fp -w=/DD/GAMES/FS2 -copy -r fs.standard -w=/DD/GAMES/FS2 -* All Done! diff -r f72dd0b71aee -r 6b806570c8dd 3rdparty/packages/fsim2/makefile --- a/3rdparty/packages/fsim2/makefile Sun Jan 12 23:29:58 2003 +0000 +++ b/3rdparty/packages/fsim2/makefile Mon Jan 13 02:38:43 2003 +0000 @@ -19,8 +19,6 @@ SUPPORTFILES = fa fd fp sf.standard -SCRIPTS = install2dd - ALLOBJS = $(CMDS) all: $(ALLOBJS) @@ -28,7 +26,6 @@ clean: dskclean $(RM) $(ALLOBJS) - $(OS92UNIX) $(SCRIPTS) dsk: all $(RM) $(DISK) @@ -43,8 +40,6 @@ $(CP) $(CMDS) $(DISK),CMDS $(OS9RENAME) $(DISK),CMDS/fs AutoEx $(CP) $(SUPPORTFILES) $(DISK),. - $(UNIX2OS9) $(SCRIPTS) - $(CP) $(SCRIPTS) $(DISK),. dskclean: $(RM) $(DISK)