Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/cmds/makefile @ 2801:9ffe2daeb011 lwtools-port
Reworked libraries to adhere to lwlink's naming specifications
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 01 Feb 2013 15:49:39 -0600 |
parents | 0df4a4590bc6 |
children | 2eefe79fafe4 |
line wrap: on
line diff
--- a/level2/coco3/cmds/makefile Fri Feb 01 05:34:01 2013 -0600 +++ b/level2/coco3/cmds/makefile Fri Feb 01 15:49:39 2013 -0600 @@ -6,12 +6,13 @@ DEPENDS = ./makefile AFLAGS += --includedir=$(NITROS9DIR)/3rdparty/packages/basic09 +LFLAGS += -L$(NITROS9DIR)/lib ifdef H6309 -LFLAGS += $(NITROS9DIR)/lib/sys6309l2.a +LFLAGS += -l6309l2 else -LFLAGS += $(NITROS9DIR)/lib/sys6809l2.a +LFLAGS += -l6809l2 endif -LFLAGS += $(NITROS9DIR)/lib/net.a $(NITROS9DIR)/lib/alib.a +LFLAGS += -lnet -lalib -ldw CMDS = asm attr backup binex build cmp cobbler copy cputype \ date dcheck debug ded deiniz del deldir devs dir dirsort disasm \ @@ -24,7 +25,7 @@ CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \ merge os9gen prompt tmode -CMDS_DW = inetd dw telnet +CMDS_DW = inetd dw telnet eeread eewrite SHELLMODS = shellplus date deiniz echo iniz link load save unlink UTILPAK1 = attr build copy del deldir dir display list makdir mdir \