Started to add text output functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@1427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -17,6 +17,7 @@ S_OBJS = tgi-kernel.o \
|
||||
tgi_bar.o \
|
||||
tgi_circle.o \
|
||||
tgi_clear.o \
|
||||
tgi_curtoxy.o \
|
||||
tgi_done.o \
|
||||
tgi_emu_bar.o \
|
||||
tgi_getcolor.o \
|
||||
@@ -38,11 +39,17 @@ S_OBJS = tgi-kernel.o \
|
||||
tgi_linepop.o \
|
||||
tgi_lineto.o \
|
||||
tgi_map_mode.o \
|
||||
tgi_outtext.o \
|
||||
tgi_outtextxy.o \
|
||||
tgi_popxy.o \
|
||||
tgi_popxy2.o \
|
||||
tgi_setcolor.o \
|
||||
tgi_setdrawpage.o \
|
||||
tgi_setpalette.o \
|
||||
tgi_setpixel.o \
|
||||
tgi_setdrawpage.o \
|
||||
tgi_textsize.o \
|
||||
tgi_textstyle.o \
|
||||
tgi_unload.o
|
||||
|
||||
|
||||
@@ -54,3 +61,4 @@ clean:
|
||||
@rm -f $(C_OBJS)
|
||||
@rm -f $(S_OBJS)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user