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:
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# NUMDRVS - number of supported drives (max. 16)
|
# NUMDRVS - number of supported drives (max. 16)
|
||||||
|
|
||||||
ATARIDEFS = -DNUMDRVS=4
|
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
||||||
|
|
||||||
.SUFFIXES: .o .s .c
|
.SUFFIXES: .o .s .c
|
||||||
|
|
||||||
@@ -59,6 +59,7 @@ OBJS = _scrsize.o \
|
|||||||
setcolor.o \
|
setcolor.o \
|
||||||
siocall.o \
|
siocall.o \
|
||||||
tvtype.o \
|
tvtype.o \
|
||||||
|
ucase_fn.o \
|
||||||
where.o \
|
where.o \
|
||||||
write.o
|
write.o
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user