Age | Commit message (Collapse) | Author |
|
Code wrongly assumed if end - beg + 1 < bpp then y_beg == y_end && x_beg == x_end, but
that's obviously not always the case.
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
Don't print "Here" a lot
'make mostlyclean' needs to remove .d files in case a file was renamed
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
|
|
This makefile can now figure graphics dependencies on its own, creates
dependency files for each compilation unit and compiles everything
separately.
This is a proposal. Please try it out, read the Makefile to see if you
get what I'm trying to do, and propose any improvements you want.
|
|
|
|
add tools/gfx.c for trimming whitespace from pngs
|
|
Add *.pic rule to Makefile to create compressed pictures.
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
|
|
|
|
|
|
|
|
|