From a402bd00342b224cdf982a2e41f16acea58274f5 Mon Sep 17 00:00:00 2001 From: cpg Date: Thu, 27 Dec 2001 20:39:10 +0000 Subject: [PATCH] ucase_fn.o: new object file; added -DUCASE_FILENAME=1 to compile flags git-svn-id: svn://svn.cc65.org/cc65/trunk@1144 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsrc/atari/Makefile b/libsrc/atari/Makefile index bab4dab99..74e6b01bd 100644 --- a/libsrc/atari/Makefile +++ b/libsrc/atari/Makefile @@ -3,7 +3,7 @@ # # NUMDRVS - number of supported drives (max. 16) -ATARIDEFS = -DNUMDRVS=4 +ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 .SUFFIXES: .o .s .c @@ -59,6 +59,7 @@ OBJS = _scrsize.o \ setcolor.o \ siocall.o \ tvtype.o \ + ucase_fn.o \ where.o \ write.o