diff options
| author | mrwastl <mrwastl@users.sourceforge.net> | 2013-03-21 20:29:45 +0100 |
|---|---|---|
| committer | mrwastl <mrwastl@users.sourceforge.net> | 2013-03-21 20:29:45 +0100 |
| commit | 60bdec72ecd6bb236f2f1153398c9996fb95730f (patch) | |
| tree | 7b6a7667f41002b54dcc78360cef71256b811c94 /tools/convpic/Makefile | |
| parent | cf926629084ab015873859e759155f9bfe813e6b (diff) | |
| download | graphlcd-base-60bdec72ecd6bb236f2f1153398c9996fb95730f.tar.gz graphlcd-base-60bdec72ecd6bb236f2f1153398c9996fb95730f.tar.bz2 | |
glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to image.c, added static methods for loading/saving image; showpic and convpic working again; convpic cleaned up; showpic: added parameters for scaling and centering image
Diffstat (limited to 'tools/convpic/Makefile')
| -rw-r--r-- | tools/convpic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/convpic/Makefile b/tools/convpic/Makefile index a3a0f6e..6ed0d76 100644 --- a/tools/convpic/Makefile +++ b/tools/convpic/Makefile @@ -6,7 +6,7 @@ PRGNAME = convpic -OBJS = $(PRGNAME).o bmp.o tiff.o tuxbox.o +OBJS = $(PRGNAME).o INCLUDES += -I../../ LIBDIRS += -L../../glcdgraphics/ |
