comparison level2/coco3_6309/modules/makefile @ 2323:190820cc58f0

Fixed wrong def for cogrf
author boisy
date Tue, 12 Jan 2010 12:45:33 +0000
parents 3584407fea59
children ccd33b48321a
comparison
equal deleted inserted replaced
2322:61fb37b19edd 2323:190820cc58f0
82 $(CD) kernel; make $@ 82 $(CD) kernel; make $@
83 $(CP) kernel/$@ . 83 $(CP) kernel/$@ .
84 84
85 # Special cases 85 # Special cases
86 cogrf.io: cowin.asm 86 cogrf.io: cowin.asm
87 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aGrfInt=1 87 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1
88 88
89 rb1773_scii_ff74.dr: rb1773.asm 89 rb1773_scii_ff74.dr: rb1773.asm
90 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 90 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1
91 91
92 rb1773_scii_ff58.dr: rb1773.asm 92 rb1773_scii_ff58.dr: rb1773.asm