Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/rof/makefile @ 2749:7f7274884574
Updated makefile(s) for spacequest1, spacequest2, subsim, mm, multivue, and rof so that becker disks, for use in DriveWire4 server, are created.
author | drencor-xeen |
---|---|
date | Wed, 09 Jan 2013 23:17:10 -0600 |
parents | 918c7c68ea4d |
children | 8b00f21d5b86 |
line wrap: on
line diff
--- a/3rdparty/packages/rof/makefile Wed Jan 09 18:20:39 2013 -0600 +++ b/3rdparty/packages/rof/makefile Wed Jan 09 23:17:10 2013 -0600 @@ -4,14 +4,18 @@ DSK_FLOPPY = rof.dsk DSK_DW3 = rof_dw3.dsk +DSK_DW3_BECKER = rof_dw3_becker.dsk + CMDS = rescue MD = $(LEVEL2)/coco3/modules -DSKS = $(DSK_FLOPPY) $(DSK_DW3) +DSKS = $(DSK_FLOPPY) $(DSK_DW3) $(DSK_DW3_BECKER) # We make our own bootfile and kernel track KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn KERNEL_DW3 = $(MD)/rel_32 $(MD)/boot_dw3 $(MD)/krn +KERNEL_DW3_BECKER = $(MD)/rel_32 $(MD)/boot_dw3_becker $(MD)/krn + BOOTFILE_FLOPPY = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \ @@ -28,6 +32,14 @@ $(MD)/covdg_small.io $(MD)/term_vdg.dt \ $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd +BOOTFILE_DW3_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(MD)/rbdw3.dr $(MD)/dw3_becker.sb $(MD)/ddx0.dd \ + $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ + $(MD)/covdg_small.io $(MD)/term_vdg.dt \ + $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd + SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores ALLOBJS = $(CMDS) @@ -73,6 +85,23 @@ $(CP) $(SUPPORTFILES) $@,. $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);) +$(DSK_DW3_BECKER): + $(RM) $@ + $(CD) $(LEVEL2)/coco3; make + $(OS9FORMAT_SS35) -q $@ -n"Rescue on Fractalus" + $(MERGE) $(BOOTFILE_DW3_BECKER)>os9boot + $(MERGE) $(KERNEL_DW3_BECKER)>kernel + $(OS9GEN) $@ -b=os9boot -t=kernel + $(RM) os9boot kernel + $(MAKDIR) $@,CMDS + $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell + $(OS9ATTR_EXEC) $@,CMDS/shell + $(CP) $(CMDS) $@,CMDS + $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) + $(OS9RENAME) $@,CMDS/rescue AutoEx + $(CP) $(SUPPORTFILES) $@,. + $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);) + dskcopy: dsk $(CP) $(DSKS) $(DSKDIR)