1
0
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:
cpg 2002-07-24 21:42:27 +00:00
parent d1d104d7ff
commit 00302ddd71

View File

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