oserrlist.o: new object file
git-svn-id: svn://svn.cc65.org/cc65/trunk@1368 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d1d104d7ff
commit
00302ddd71
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# makefile for CC65 Atari runtime library
|
||||
#
|
||||
# NUMDRVS - number of supported drives (max. 16)
|
||||
# UCASE_FILENAME - all filenames get uppercased
|
||||
|
||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
||||
|
||||
|
@ -46,6 +47,7 @@ OBJS = _scrsize.o \
|
|||
mouse.o \
|
||||
mul40.o \
|
||||
open.o \
|
||||
oserrlist.o \
|
||||
oserror.o \
|
||||
ostype.o \
|
||||
read.o \
|
||||
|
|
Loading…
Add table
Reference in a new issue