mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 02:05:13 +00:00
c1bb9678d5
git-svn-id: svn://svn.cc65.org/cc65/trunk@5540 b7a2c559-68d2-44c3-8de9-860c34a00d81
36 lines
670 B
Makefile
36 lines
670 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += bitmapclip.o \
|
|
bitmapregs.o \
|
|
bitmapup.o \
|
|
bitotherclip.o \
|
|
drawline.o \
|
|
drawpoint.o \
|
|
framerectangle.o \
|
|
getcharwidth.o \
|
|
getintcharint.o \
|
|
graphicsstring.o \
|
|
hlineregs.o \
|
|
horizontalline.o \
|
|
imprintrectangle.o \
|
|
initdrawwindow.o \
|
|
invertline.o \
|
|
invertrectangle.o \
|
|
loadcharset.o \
|
|
pointregs.o \
|
|
put_char.o \
|
|
putdecimal.o \
|
|
putstring.o \
|
|
recoverline.o \
|
|
recoverrectangle.o \
|
|
rectangle.o \
|
|
setpattern.o \
|
|
testpoint.o \
|
|
usesystemfont.o \
|
|
verticalline.o
|