mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
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
@ -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…
Reference in New Issue
Block a user