mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
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
@ -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…
Reference in New Issue
Block a user