Browse Source

working makefile for s100

import/raw
doug 13 years ago
parent
commit
5653c0a23d
  1. 8
      branches/s100/XSource/Makefile

8
branches/s100/XSource/Makefile

@ -89,7 +89,7 @@
#
# Uncomment and update values below to hardcode settings:
#
CONFIG := n8_2312
CONFIG := s100
ROMSIZE := 512
CPU := 180
SYS := CPM
@ -228,7 +228,7 @@ bdosb01.asm: $(SRC)bdosb01.asm
cp $< $@
$(CVT) $@
hbios.asm: $(SRC)hbios.asm fd.asm ppide.asm n8v.asm n8chars.inc ppk.asm sd.asm tty.asm ansi.asm
hbios.asm: $(SRC)hbios.asm kbd.asm fd.asm ppide.asm n8v.asm n8chars.inc ppk.asm sd.asm tty.asm ansi.asm
cp $(SRC)hbios.asm $@
$(CVT) $@
@ -288,6 +288,10 @@ infolist.inc: $(SRC)infolist.inc
cp $< $@
$(CVT) $@
kbd.asm: $(SRC)kbd.asm
cp $< $@
$(CVT) $@
loader.asm: $(SRC)loader.asm util.asm
cp $(SRC)loader.asm $@
$(CVT) $@

Loading…
Cancel
Save