From: Christian Groessler Date: Mon, 3 Mar 2014 17:12:11 +0000 (+0100) Subject: rename W2CAS.COM to w2cas.com (lowercase) X-Git-Tag: V2.15~141^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F85%2Fhead;p=cc65 rename W2CAS.COM to w2cas.com (lowercase) --- diff --git a/doc/atari.sgml b/doc/atari.sgml index 867f25c1d..79a3e3015 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -230,7 +230,7 @@ The size of a cassette boot file is restricted to 32K. Larger programs would need to be split in more parts and the parts to be loaded manually. To write the generated file to a cassette, a utility to run -on an Atari is provided ( diff --git a/libsrc/atari/targetutil/Makefile.inc b/libsrc/atari/targetutil/Makefile.inc index eb371e111..a54d96100 100644 --- a/libsrc/atari/targetutil/Makefile.inc +++ b/libsrc/atari/targetutil/Makefile.inc @@ -6,9 +6,9 @@ DEPS += ../wrk/$(TARGET)/w2cas.d ../wrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../wrk/$(TARGET) $(COMPILE_recipe) -../targetutil/W2CAS.COM: ../wrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil +../targetutil/w2cas.com: ../wrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil $(LD65) -o $@ -t $(TARGET) $^ -$(TARGET): ../targetutil/W2CAS.COM +$(TARGET): ../targetutil/w2cas.com endif