changeset 784:fc4914a4ac2a

Added install scripts
author boisy
date Fri, 10 Jan 2003 21:39:18 +0000
parents d0adf6ca9622
children e6502ece382b
files 3rdparty/packages/fsim2/install2dd 3rdparty/packages/fsim2/makefile
diffstat 2 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/packages/fsim2/install2dd	Fri Jan 10 21:39:18 2003 +0000
@@ -0,0 +1,26 @@
+-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
+* Deleting old objects from /DD/GAMES/FS2/CMDS, if any
+del /DD/GAMES/FS2/CMDS/fs
+del /DD/GAMES/FS2/CMDS/fs2
+del /DD/GAMES/FS2/CMDS/fs3
+del /DD/GAMES/FS2/CMDS/fs4
+* Copying commands to /DD/GAMES/FS2/CMDS
+copy CMDS/AutoEx /DD/GAMES/FS2/CMDS/fs
+copy CMDS/fs2 /DD/GAMES/FS2/CMDS/fs2
+copy CMDS/fs3 /DD/GAMES/FS2/CMDS/fs3
+copy CMDS/fs4 /DD/GAMES/FS2/CMDS/fs4
+* Copying support files to /DD/GAMES/FS2
+copy fa /DD/GAMES/FS2/fa
+copy fd /DD/GAMES/FS2/fd
+copy fp /DD/GAMES/FS2/fp
+copy fs.standard /DD/GAMES/FS2/fs.standard
+* All Done!
--- a/3rdparty/packages/fsim2/makefile	Fri Jan 10 21:35:52 2003 +0000
+++ b/3rdparty/packages/fsim2/makefile	Fri Jan 10 21:39:18 2003 +0000
@@ -19,6 +19,8 @@
 
 SUPPORTFILES	= fa fd fp sf.standard
 
+SCRIPTS		= install2dd
+
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
@@ -26,6 +28,7 @@
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
+	$(OS92UNIX) $(SCRIPTS)
 
 dsk:	all
 	$(RM) $(DISK)
@@ -40,6 +43,8 @@
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(OS9RENAME) $(DISK),CMDS/fs AutoEx
 	$(CP) $(SUPPORTFILES) $(DISK),.
+	$(UNIX2OS9) $(SCRIPTS)
+	$(CP) $(SCRIPTS) $(DISK),.
 
 dskclean:
 	$(RM) $(DISK)