More additions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2127 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e967591be1
commit
51a9e4351b
1 changed files with 14 additions and 1 deletions
|
@ -20,14 +20,27 @@
|
|||
C_OBJS =
|
||||
|
||||
S_OBJS = _scrsize.o \
|
||||
cclear.o \
|
||||
chline.o \
|
||||
clock.o \
|
||||
clrscr.o \
|
||||
color.o \
|
||||
cputc.o \
|
||||
crt0.o \
|
||||
cvline.o \
|
||||
getenv.o \
|
||||
gotox.o \
|
||||
gotoxy.o \
|
||||
gotoy.o \
|
||||
mainargs.o \
|
||||
ppu.o \
|
||||
ppubuf.o \
|
||||
randomize.o \
|
||||
revers.o \
|
||||
setcursor.o \
|
||||
waitvblank.o
|
||||
waitvblank.o \
|
||||
wherex.o \
|
||||
wherey.o
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# Targets
|
||||
|
|
Loading…
Add table
Reference in a new issue