1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-26 08:32:00 +00:00

diopncls.o: new object file

git-svn-id: svn://svn.cc65.org/cc65/trunk@372 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-10-16 23:22:07 +00:00
parent c68d27d930
commit a35cafa626

View File

@ -1,8 +1,9 @@
# #
# makefile for CC65 Atari runtime library # makefile for CC65 Atari runtime library
# #
# NUMDRVS - number of supported drives (max. 16)
ATARIDEFS = ATARIDEFS = -DNUMDRVS=4
.SUFFIXES: .o .s .c .SUFFIXES: .o .s .c
@ -22,7 +23,7 @@ S_OBJS = crt0.o kbhit.o conio.o clrscr.o cputc.o ctype.o chline.o cvline.o \
gotox.o gotoy.o savevec.o rwcommon.o cgetc.o read.o getargs.o close.o \ gotox.o gotoy.o savevec.o rwcommon.o cgetc.o read.o getargs.o close.o \
open.o oserror.o fdtable.o setcolor.o scroll.o mul40.o graphuse.o \ open.o oserror.o fdtable.o setcolor.o scroll.o mul40.o graphuse.o \
ostype.o clock.o lseek.o dioread.o diowrite.o siocall.o diowritev.o \ ostype.o clock.o lseek.o dioread.o diowrite.o siocall.o diowritev.o \
dio_cts.o dio_stc.o dio_cts.o dio_stc.o diopncls.o
all: $(C_OBJS) $(S_OBJS) all: $(C_OBJS) $(S_OBJS)