1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00

More additions

git-svn-id: svn://svn.cc65.org/cc65/trunk@2127 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-05-02 14:59:05 +00:00
parent e967591be1
commit 51a9e4351b

View File

@ -20,14 +20,27 @@
C_OBJS = C_OBJS =
S_OBJS = _scrsize.o \ S_OBJS = _scrsize.o \
cclear.o \
chline.o \
clock.o \ clock.o \
clrscr.o \
color.o \ color.o \
cputc.o \ cputc.o \
crt0.o \ crt0.o \
cvline.o \
getenv.o \
gotox.o \
gotoxy.o \
gotoy.o \
mainargs.o \
ppu.o \ ppu.o \
ppubuf.o \ ppubuf.o \
randomize.o \
revers.o \
setcursor.o \ setcursor.o \
waitvblank.o waitvblank.o \
wherex.o \
wherey.o
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# Targets # Targets