comparison 3rdparty/packages/sierra/kingsquest3/makefile @ 1036:f174634f2306

added new options for os9gen
author boisy
date Sun, 09 Mar 2003 19:44:55 +0000
parents 8bff44782cae
children 6a058c03adb1
comparison
equal deleted inserted replaced
1035:edb36f08a67c 1036:f174634f2306
47 $(RM) $(DISK_1) $(DISK_2) $(DISK_3) 47 $(RM) $(DISK_1) $(DISK_2) $(DISK_3)
48 $(CD) $(LEVEL2); make 48 $(CD) $(LEVEL2); make
49 $(OS9FORMAT_DS40) $(DISK_1) -n"King's Quest III Disk 1" 49 $(OS9FORMAT_DS40) $(DISK_1) -n"King's Quest III Disk 1"
50 $(MERGE) $(OS9BOOT)>os9boot 50 $(MERGE) $(OS9BOOT)>os9boot
51 $(MERGE) $(KERNEL)>kernel_1773 51 $(MERGE) $(KERNEL)>kernel_1773
52 $(OS9GEN) $(DISK_1) os9boot kernel_1773 52 $(OS9GEN) $(DISK_1) -b=os9boot -t=kernel_1773
53 $(RM) os9boot kernel_1773 53 $(RM) os9boot kernel_1773
54 $(MAKDIR) $(DISK_1),CMDS 54 $(MAKDIR) $(DISK_1),CMDS
55 $(CP) $(CMDS) $(DISK_1),CMDS 55 $(CP) $(CMDS) $(DISK_1),CMDS
56 $(MERGE) $(BOOTCMDS)>shell 56 $(MERGE) $(BOOTCMDS)>shell
57 $(CP) shell $(DISK_1),CMDS 57 $(CP) shell $(DISK_1),CMDS