Add OGKBitmap.

This commit is contained in:
Jonathan Schleifer 2012-08-20 00:49:57 +02:00
parent 7953872267
commit 96c5a44ae0
9 changed files with 172 additions and 15 deletions

View file

@ -1,7 +1,9 @@
ALLEGRO_MODULES = allegro-5.0 allegro_main-5.0 allegro_image-5.0
all:
@objfw-compile -o test --arc *.m \
-I../src -L../src -lobjgamekit \
`pkg-config --cflags --libs allegro-5.0 allegro_main-5.0`
`pkg-config --cflags --libs ${ALLEGRO_MODULES}`
clean:
@rm -f test *.o *~