Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/fsim2/makefile @ 2750:0e69fb47e053
Corrected some typos in the make files related to fsim2, christmas86, kingquest4, manhunt1, and spacequest2.
author | drencor-xeen |
---|---|
date | Thu, 10 Jan 2013 01:16:52 -0600 |
parents | 1ff9d261b398 |
children | 978f562ca8e4 |
comparison
equal
deleted
inserted
replaced
2749:7f7274884574 | 2750:0e69fb47e053 |
---|---|
58 dsk: all $(DSKS) | 58 dsk: all $(DSKS) |
59 | 59 |
60 $(DSK_DW3): | 60 $(DSK_DW3): |
61 $(RM) $@ | 61 $(RM) $@ |
62 $(CD) $(LEVEL2)/coco3; make | 62 $(CD) $(LEVEL2)/coco3; make |
63 $(OS9FORMAT_SS35) -q $@ -n"Flight Simulator 2" | 63 $(OS9FORMAT_DW3) -q $@ -n"Flight Simulator 2" |
64 $(MERGE) $(BOOTFILE_DW3)>os9boot | 64 $(MERGE) $(BOOTFILE_DW3)>os9boot |
65 $(MERGE) $(KERNEL_DW3)>kernel | 65 $(MERGE) $(KERNEL_DW3)>kernel |
66 $(OS9GEN) $@ -b=os9boot -t=kernel | 66 $(OS9GEN) $@ -b=os9boot -t=kernel |
67 $(RM) os9boot kernel | 67 $(RM) os9boot kernel |
68 $(MAKDIR) $@,CMDS | 68 $(MAKDIR) $@,CMDS |
75 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);) | 75 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);) |
76 | 76 |
77 $(DSK_DW3_BECKER): | 77 $(DSK_DW3_BECKER): |
78 $(RM) $@ | 78 $(RM) $@ |
79 $(CD) $(LEVEL2)/coco3; make | 79 $(CD) $(LEVEL2)/coco3; make |
80 $(OS9FORMAT_SS35) -q $@ -n"Flight Simulator 2" | 80 $(OS9FORMAT_DW3) -q $@ -n"Flight Simulator 2" |
81 $(MERGE) $(BOOTFILE_DW3_BECKER)>os9boot | 81 $(MERGE) $(BOOTFILE_DW3_BECKER)>os9boot |
82 $(MERGE) $(KERNEL_DW3_BECKER)>kernel | 82 $(MERGE) $(KERNEL_DW3_BECKER)>kernel |
83 $(OS9GEN) $@ -b=os9boot -t=kernel | 83 $(OS9GEN) $@ -b=os9boot -t=kernel |
84 $(RM) os9boot kernel | 84 $(RM) os9boot kernel |
85 $(MAKDIR) $@,CMDS | 85 $(MAKDIR) $@,CMDS |