Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5439 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
35
libsrc/geos-common/graph/Makefile
Normal file
35
libsrc/geos-common/graph/Makefile
Normal file
@@ -0,0 +1,35 @@
|
||||
#
|
||||
# makefile for CC65 runtime library
|
||||
#
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# Object files
|
||||
|
||||
S_OBJS += drawline.o \
|
||||
drawpoint.o \
|
||||
framerectangle.o \
|
||||
hlineregs.o \
|
||||
horizontalline.o \
|
||||
imprintrectangle.o \
|
||||
invertline.o \
|
||||
invertrectangle.o \
|
||||
pointregs.o \
|
||||
recoverline.o \
|
||||
recoverrectangle.o \
|
||||
rectangle.o \
|
||||
initdrawwindow.o \
|
||||
setpattern.o \
|
||||
testpoint.o \
|
||||
verticalline.o \
|
||||
put_char.o \
|
||||
putdecimal.o \
|
||||
putstring.o \
|
||||
usesystemfont.o \
|
||||
getcharwidth.o \
|
||||
loadcharset.o \
|
||||
bitmapup.o \
|
||||
bitmapregs.o \
|
||||
bitmapclip.o \
|
||||
bitotherclip.o \
|
||||
graphicsstring.o \
|
||||
getintcharint.o
|
||||
Reference in New Issue
Block a user