moved draw.c to libdraw.a
authorConnor Lane Smith <cls@lubutu.com>
Thu, 24 Jun 2010 16:44:35 +0000 (17:44 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Thu, 24 Jun 2010 16:44:35 +0000 (17:44 +0100)
commit4508fd2c4ee3171bdc1bffb7e53ecda8290292ef
treee86bbdfc4e1cc93fe5906ef204bf970d389c3df2
parent723361fa124aa666d637e3fc9f5df1210a9e02b4
moved draw.c to libdraw.a
14 files changed:
Makefile
config.mk
dinput.c
draw.c [deleted file]
draw/Makefile [new file with mode: 0644]
draw/cleanupdraw.c [new file with mode: 0644]
draw/draw.h [moved from draw.h with 97% similarity]
draw/drawtext.c [new file with mode: 0644]
draw/eprint.c [new file with mode: 0644]
draw/getcolor.c [new file with mode: 0644]
draw/initfont.c [new file with mode: 0644]
draw/setupdraw.c [new file with mode: 0644]
draw/textnw.c [new file with mode: 0644]
draw/textw.c [new file with mode: 0644]