Reworked the bitmap functions to be of more general use

This commit is contained in:
Nils Faerber 2011-07-24 17:27:28 +02:00
parent fc01ed38c0
commit b42900c7bd
3 changed files with 54 additions and 228 deletions

View file

@ -1,11 +1,11 @@
# Copyright (C) 2011 Nils Faerber <nils.faerber@kernelconcepts.de>
# prefix for installation and search path (like icons)
PREFIX = /usr/local/
CFLAGS = -Wall -O2 $(CCFLAGS)
CFLAGS = -DDEBUG -Wall -O2 $(CCFLAGS)
PRGNAME = metawatch
MEMBERS = metawatch crc16ccitt
MEMBERS = metawatch crc16ccitt mw_main
# no need to change anything below this line
# ------------------------------------------