From 882e4692c754b09d564cc4bbaac0dc9674293585 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 27 Jan 2010 22:37:15 +0000 Subject: [PATCH] cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME. --- platform/apple2enh/Makefile.apple2enh | 4 ++-- platform/c128/Makefile.c128 | 4 ++-- platform/c64/Makefile.c64 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh index 8497bc60d..ce109118d 100644 --- a/platform/apple2enh/Makefile.apple2enh +++ b/platform/apple2enh/Makefile.apple2enh @@ -30,7 +30,7 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.apple2enh,v 1.8 2009/10/18 10:06:44 oliverschmidt Exp $ +# $Id: Makefile.apple2enh,v 1.9 2010/01/27 22:37:15 oliverschmidt Exp $ # CONTIKI_SOURCEFILES += log-asm.S pfs.S @@ -59,7 +59,7 @@ disk: all java -jar $(AC) -p $(DISK) cs8900a.eth rel 0 < cs8900a.eth java -jar $(AC) -p $(DISK) lan91c96.eth rel 0 < lan91c96.eth ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE) - java -jar $(AC) -p $(DISK) a2e.stdmou.mou rel 0 < $(LD65_LIB)/../mou/a2e.stdmou.mou + java -jar $(AC) -p $(DISK) a2e.stdmou.mou rel 0 < $(CC65_HOME)/mou/a2e.stdmou.mou endif ifeq ($(HTTPD-CFS),1) java -jar $(AC) -p $(DISK) index.html bin 0 < httpd-cfs/index.html diff --git a/platform/c128/Makefile.c128 b/platform/c128/Makefile.c128 index 540429579..ad38978b3 100644 --- a/platform/c128/Makefile.c128 +++ b/platform/c128/Makefile.c128 @@ -30,7 +30,7 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.c128,v 1.4 2009/10/18 09:58:21 oliverschmidt Exp $ +# $Id: Makefile.c128,v 1.5 2010/01/27 22:37:16 oliverschmidt Exp $ # CONTIKI_CPU = $(CONTIKI)/cpu/6502 @@ -53,7 +53,7 @@ disk: all $(C1541) -attach $(DISK) -write cs8900a.eth cs8900a.eth $(C1541) -attach $(DISK) -write lan91c96.eth lan91c96.eth ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE) - $(C1541) -attach $(DISK) -write $(LD65_LIB)/../mou/c128-1351.mou c128-1351.mou + $(C1541) -attach $(DISK) -write $(CC65_HOME)/mou/c128-1351.mou c128-1351.mou endif ifeq ($(HTTPD-CFS),1) $(C1541) -attach $(DISK) -write httpd-cfs/index.html index.html diff --git a/platform/c64/Makefile.c64 b/platform/c64/Makefile.c64 index 624371002..4f71a13a8 100644 --- a/platform/c64/Makefile.c64 +++ b/platform/c64/Makefile.c64 @@ -30,7 +30,7 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.c64,v 1.6 2009/10/18 09:58:21 oliverschmidt Exp $ +# $Id: Makefile.c64,v 1.7 2010/01/27 22:37:16 oliverschmidt Exp $ # CONTIKI_CPU = $(CONTIKI)/cpu/6502 @@ -53,7 +53,7 @@ disk: all $(C1541) -attach $(DISK) -write cs8900a.eth cs8900a.eth $(C1541) -attach $(DISK) -write lan91c96.eth lan91c96.eth ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE) - $(C1541) -attach $(DISK) -write $(LD65_LIB)/../mou/c64-1351.mou c64-1351.mou + $(C1541) -attach $(DISK) -write $(CC65_HOME)/mou/c64-1351.mou c64-1351.mou endif ifeq ($(HTTPD-CFS),1) $(C1541) -attach $(DISK) -write httpd-cfs/index.html index.html