1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

New module from Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2870 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-01-04 21:24:37 +00:00
parent 473d620742
commit 1b73d9d254
2 changed files with 92 additions and 15 deletions
+16 -15
View File
@@ -27,30 +27,31 @@
# Object files
OBJS= _scrsize.o \
break.o \
cclear.o \
cgetc.o \
chline.o \
clrscr.o \
color.o \
cputc.o \
crt0.o \
ctype.o \
cvline.o \
break.o \
cclear.o \
cgetc.o \
chline.o \
clrscr.o \
color.o \
cputc.o \
crt0.o \
ctype.o \
cvline.o \
get_ostype.o \
getenv.o \
joy_stddrv.o \
kbhit.o \
kbhit.o \
mainargs.o \
oserrlist.o \
randomize.o \
read.o \
revers.o \
read.o \
revers.o \
systime.o \
sysuname.o \
tgi_mode_table.o\
wherex.o \
wherex.o \
wherey.o \
write.o
write.o
#--------------------------------------------------------------------------
# Drivers