Mercurial > hg > Members > kono > nitros9-code
changeset 2494:98e7cb7b3dda
Prevents RS-232 bit at $FF20 from being toggled. RG
author | robertgault |
---|---|
date | Sun, 04 Apr 2010 02:17:24 +0000 |
parents | 9440c9fcf5e9 |
children | 9296f92ce18c |
files | 3rdparty/packages/sierra/blackcauldron/makefile 3rdparty/packages/sierra/christmas86/makefile |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/sierra/blackcauldron/makefile Sat Apr 03 19:32:16 2010 +0000 +++ b/3rdparty/packages/sierra/blackcauldron/makefile Sun Apr 04 02:17:24 2010 +0000 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak vpath %.asm ../objs_lsl @@ -89,7 +92,9 @@ $(CPL) $(TEXTFILES_D1) $(DSK_1_40D),. $(OS9RENAME) $(DSK_1_40D),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES_D1) $(DSK_1_40D),. + $(MOVE) tocgen toctmp tocgen $(DSK_1_40D),tOC.txt $(DSK_1_40D),tOC + $(MOVE) toctmp tocgen $(OS9FORMAT_DS40) -q $(DSK_2_40D) -n$(DSK_2_40D_NAME) $(CP) $(SUPPORTFILES_D2) $(DSK_2_40D),. @@ -112,7 +117,9 @@ $(CPL) $(TEXTFILES) $(DSK_80D),. $(OS9RENAME) $(DSK_80D),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES) $(DSK_80D),. + $(MOVE) tocgen toctmp tocgen $(DSK_80D),tOC.txt $(DSK_80D),tOC + $(MOVE) toctmp tocgen dsk_dw3: all $(RM) $(DSK_DW3) @@ -133,6 +140,7 @@ $(CPL) $(TEXTFILES) $(DSK_DW3),. $(OS9RENAME) $(DSK_DW3),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES) $(DSK_DW3),. + $(RM) tocgen tocgen $(DSK_DW3),tOC.txt $(DSK_DW3),tOC dsk: dsk_40d dsk_80d dsk_dw3
--- a/3rdparty/packages/sierra/christmas86/makefile Sat Apr 03 19:32:16 2010 +0000 +++ b/3rdparty/packages/sierra/christmas86/makefile Sun Apr 04 02:17:24 2010 +0000 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak vpath %.asm ../objs_lsl @@ -70,7 +73,9 @@ $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. + $(MOVE) tocgen toctmp tocgen $@,tOC.txt $@,tOC + $(MOVE) toctmp tocgen $(CP) $(SUPPORTFILES) $@,. $(DSK_DW3): all @@ -90,6 +95,7 @@ $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. + $(RM) tocgen tocgen $@,tOC.txt $@,tOC $(CP) $(SUPPORTFILES) $@,.