Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/subsim/makefile @ 2064:c8bb06c82d68
Changes for new NitrOS-9 directory structure
author | boisy |
---|---|
date | Fri, 05 May 2006 15:26:03 +0000 |
parents | af946652495d |
children | 612a4ff2e5f8 |
line wrap: on
line diff
--- a/3rdparty/packages/subsim/makefile Tue Apr 25 21:54:15 2006 +0000 +++ b/3rdparty/packages/subsim/makefile Fri May 05 15:26:03 2006 +0000 @@ -4,7 +4,7 @@ DISK = subsim.dsk CMDS = presub sub sub1 sub2 sub3 sub4 sub5 sub6 -MD = $(6809L2)/modules +MD = $(LEVEL2)/coco3/modules # We make our own bootfile and kernel track KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn @@ -29,7 +29,7 @@ dsk: all $(RM) $(DISK) - $(CD) $(6809L2); make + $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_DS40) $(DISK) -n"Sub Battle Simulator" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 @@ -38,7 +38,7 @@ $(MAKDIR) $(DISK),CMDS $(DISK),SUB $(CP) $(CMDS) $(DISK),CMDS $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) - $(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell + $(CP) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell $(OS9ATTR_EXEC) $(DISK),CMDS/shell $(OS9RENAME) $(DISK),CMDS/presub AutoEx $(CP) $(SUPPORTFILES) $(DISK),SUB