mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Reintegrate dwg -> trunk
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# RomWBW/branches/dwg/XSource/Makefile 11/09/2012 dwg - add copy rule for n8chars.inc
|
||||
# RomWBW/branches/dwg/XSource/Makefile 10/24/2012 dwg -
|
||||
#
|
||||
# GCC based makefile
|
||||
@@ -220,7 +221,7 @@ bdosb01.asm: $(SRC)bdosb01.asm
|
||||
cp $< $@
|
||||
$(CVT) $@
|
||||
|
||||
bnk1.asm: $(SRC)bnk1.asm fd.asm ppide.asm n8v.asm ppk.asm sd.asm tty.asm ansi.asm
|
||||
bnk1.asm: $(SRC)bnk1.asm fd.asm ppide.asm n8v.asm n8chars.inc ppk.asm sd.asm tty.asm ansi.asm
|
||||
cp $(SRC)bnk1.asm $@
|
||||
$(CVT) $@
|
||||
|
||||
@@ -288,6 +289,10 @@ memmgr.asm: $(SRC)memmgr.asm
|
||||
cp $< $@
|
||||
$(CVT) $@
|
||||
|
||||
n8chars.inc: $(SRC)n8chars.inc
|
||||
cp $< $@
|
||||
$(CVT) $@
|
||||
|
||||
n8v.asm: $(SRC)n8v.asm
|
||||
cp $< $@
|
||||
$(CVT) $@
|
||||
|
||||
Reference in New Issue
Block a user