Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/fsim2/makefile @ 2748:1ff9d261b398
Updated makefile(s) related to fsim2, kyumgai, policequest1, and spacequest0 so that they create becker boot disks for use with drivewire4 server.
author | drencor-xeen |
---|---|
date | Wed, 09 Jan 2013 18:20:39 -0600 |
parents | 918c7c68ea4d |
children | 0e69fb47e053 |
line wrap: on
line diff
--- a/3rdparty/packages/fsim2/makefile Wed Jan 09 16:51:45 2013 -0600 +++ b/3rdparty/packages/fsim2/makefile Wed Jan 09 18:20:39 2013 -0600 @@ -4,14 +4,17 @@ DSK_FLOPPY = fsim2.dsk DSK_DW3 = fsim2_dw3.dsk +DSK_DW3_BECKER = fsim2_dw3_becker.dsk + CMDS = fs f2 f3 f4 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 $(MD)/krn BOOTFILE_FLOPPY = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ @@ -33,6 +36,16 @@ $(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)/vrn.dr $(MD)/ftdd.dd \ + $(MD)/clock_60hz $(MD)/clock2_dw3 \ + $(MD)/sysgo_dd + SUPPORTFILES = fa fd fp sf.standard ALLOBJS = $(CMDS) @@ -42,16 +55,33 @@ clean: dskclean $(RM) $(ALLOBJS) -dsk: $(DSKS) +dsk: all $(DSKS) $(DSK_DW3): $(RM) $@ $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_SS35) -q $@ -n"Flight Simulator 2" $(MERGE) $(BOOTFILE_DW3)>os9boot - $(MERGE) $(KERNEL_DW3)>kernel_1773 - $(OS9GEN) $@ -b=os9boot -t=kernel_1773 - $(RM) os9boot kernel_1773 + $(MERGE) $(KERNEL_DW3)>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/fs AutoEx + $(CP) $(SUPPORTFILES) $@,. + $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);) + +$(DSK_DW3_BECKER): + $(RM) $@ + $(CD) $(LEVEL2)/coco3; make + $(OS9FORMAT_SS35) -q $@ -n"Flight Simulator 2" + $(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 @@ -66,9 +96,9 @@ $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_SS35) -q $@ -n"Flight Simulator 2" $(MERGE) $(BOOTFILE_FLOPPY)>os9boot - $(MERGE) $(KERNEL_FLOPPY)>kernel_1773 - $(OS9GEN) $@ -b=os9boot -t=kernel_1773 - $(RM) os9boot kernel_1773 + $(MERGE) $(KERNEL_FLOPPY)>kernel + $(OS9GEN) $@ -b=os9boot -t=kernel + $(RM) os9boot kernel $(MAKDIR) $@,CMDS $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell $(OS9ATTR_EXEC) $@,CMDS/shell