]> git.sur5r.net Git - cc65/commitdiff
rename W2CAS.COM to w2cas.com (lowercase) 85/head
authorChristian Groessler <chris@groessler.org>
Mon, 3 Mar 2014 17:12:11 +0000 (18:12 +0100)
committerChristian Groessler <chris@groessler.org>
Mon, 3 Mar 2014 17:12:11 +0000 (18:12 +0100)
doc/atari.sgml
libsrc/atari/targetutil/Makefile.inc

index 867f25c1ddaa18abe393445a653ae1d664b587c4..79a3e30159d92a8e2f7ce28d600470745aed6137 100644 (file)
@@ -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 (<tt/W2CAS.COM/).
+on an Atari is provided in the <tt/targetutil/ directory (<tt/w2cas.com/).
 
 <sect1><tt/atarixl/ config files<p>
 
index eb371e1115623a7b41e05b39dd30830a974f8a81..a54d961001ff406c1e534df10176605de3f8d47b 100644 (file)
@@ -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