1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00

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
This commit is contained in:
cpg 2001-12-27 20:39:10 +00:00
parent 22567de635
commit a402bd0034

View File

@ -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