mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +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:
parent
22567de635
commit
a402bd0034
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user