From: cpg Date: Wed, 24 Jul 2002 21:42:27 +0000 (+0000) Subject: oserrlist.o: new object file X-Git-Tag: V2.12.0~2257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00302ddd719cdb7ec7ac8f381246130ceae75a8e;p=cc65 oserrlist.o: new object file git-svn-id: svn://svn.cc65.org/cc65/trunk@1368 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/Makefile b/libsrc/atari/Makefile index 74e6b01bd..9b1549f33 100644 --- a/libsrc/atari/Makefile +++ b/libsrc/atari/Makefile @@ -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 \