Mercurial > hg > Members > kono > nitros9-code
changeset 2806:2eefe79fafe4 lwtools-port
Fixed makefiles for new libs
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 01 Feb 2013 19:52:03 -0600 |
parents | dedf1ca5dc0a |
children | 3b7b5021f8bc |
files | level1/coco1/cmds/makefile level2/coco3/cmds/makefile |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/coco1/cmds/makefile Fri Feb 01 19:47:39 2013 -0600 +++ b/level1/coco1/cmds/makefile Fri Feb 01 19:52:03 2013 -0600 @@ -3,13 +3,13 @@ endif include $(NITROS9DIR)/rules.mak -vpath %.a $(LEVEL1)/cmds +vpath %.as $(LEVEL1)/cmds vpath %.asm $(LEVEL1)/cmds:$(NITROS9DIR)/3rdparty/packages/basic09 DEPENDS = ./makefile AFLAGS += --includedir=$(NITROS9DIR)/3rdparty/packages/basic09 -LFLAGS += -l=$(NITROS9DIR)/lib/net.l -l=$(NITROS9DIR)/lib/alib.l -l=$(NITROS9DIR)/lib/sys6809l1.l +LFLAGS += -L $(NITROS9DIR)/lib -lnet -lcoco -lalib BASIC09FILES = basic09.asm runb.asm gfx.asm inkey.asm syscall.asm CMDS = asm attr backup binex build calldbg cmp cobbler copy cputype \
--- a/level2/coco3/cmds/makefile Fri Feb 01 19:47:39 2013 -0600 +++ b/level2/coco3/cmds/makefile Fri Feb 01 19:52:03 2013 -0600 @@ -8,11 +8,11 @@ AFLAGS += --includedir=$(NITROS9DIR)/3rdparty/packages/basic09 LFLAGS += -L$(NITROS9DIR)/lib ifdef H6309 -LFLAGS += -l6309l2 +LFLAGS += -lcoco3_6309 else -LFLAGS += -l6809l2 +LFLAGS += -lcoco3 endif -LFLAGS += -lnet -lalib -ldw +LFLAGS += -lnet -lalib CMDS = asm attr backup binex build cmp cobbler copy cputype \ date dcheck debug ded deiniz del deldir devs dir dirsort disasm \