Mercurial > hg > Members > kono > nitros9-code
diff level1/coco/defs/makefile @ 2664:09feb97c181f lwtools-port
Initial changes to use lwasm instead of mamou
Initial high level changes to use lwasm instead of mamou.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 12:40:11 -0600 |
parents | b8c7b7fbf3c9 |
children | 2a37d4530972 |
line wrap: on
line diff
--- a/level1/coco/defs/makefile Wed May 30 22:20:07 2012 -0600 +++ b/level1/coco/defs/makefile Sun Jun 10 12:40:11 2012 -0600 @@ -3,7 +3,7 @@ DEPENDS = ./makefile -DEFOPTS = -ls -x -z -aLevel=1 +DEFOPTS = -DLevel=1 DEFSDIR = ../../../defs DEFS = defsfile os9.d rbf.d scf.d coco.d cocovtio.d ALLOBJS = $(DEFS) @@ -14,19 +14,19 @@ $(AS) $(DEFOPTS) -p $< > $@ os9.d: $(DEFSDIR)/os9.d - $(AS) $(DEFOPTS) -aOS9.D=0 $< > $@ + $(AS) $(DEFOPTS) -DOS9.D=0 $< > $@ rbf.d: $(DEFSDIR)/rbf.d - $(AS) $(DEFOPTS) -aRBF.D=0 $< > $@ + $(AS) $(DEFOPTS) -DRBF.D=0 $< > $@ scf.d: $(DEFSDIR)/scf.d - $(AS) $(DEFOPTS) -aSCF.D=0 $< > $@ + $(AS) $(DEFOPTS) -DSCF.D=0 $< > $@ coco.d: $(DEFSDIR)/coco.d - $(AS) $(DEFOPTS) -aCOCO.D=0 $< > $@ + $(AS) $(DEFOPTS) -DCOCO.D=0 $< > $@ cocovtio.d: $(DEFSDIR)/cocovtio.d - $(AS) $(DEFOPTS) -aCOCOVTIO.D=0 $< > $@ + $(AS) $(DEFOPTS) -DCOCOVTIO.D=0 $< > $@ clean: $(RM) $(DEFS)