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:
@@ -2,6 +2,7 @@
|
|||||||
# makefile for CC65 Atari runtime library
|
# makefile for CC65 Atari runtime library
|
||||||
#
|
#
|
||||||
# NUMDRVS - number of supported drives (max. 16)
|
# NUMDRVS - number of supported drives (max. 16)
|
||||||
|
# UCASE_FILENAME - all filenames get uppercased
|
||||||
|
|
||||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1
|
||||||
|
|
||||||
@@ -46,6 +47,7 @@ OBJS = _scrsize.o \
|
|||||||
mouse.o \
|
mouse.o \
|
||||||
mul40.o \
|
mul40.o \
|
||||||
open.o \
|
open.o \
|
||||||
|
oserrlist.o \
|
||||||
oserror.o \
|
oserror.o \
|
||||||
ostype.o \
|
ostype.o \
|
||||||
read.o \
|
read.o \
|
||||||
|
|||||||
Reference in New Issue
Block a user