summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap/bitmap.mak
blob: b7785bdcc7f118ca433909a3e406fa12479bb140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

BITMAPOBJS =                   \
bitmap/bitmap.o                \
bitmap/tga/tga.o               \
bitmap/bmp/bmp.o               \
bitmap/png/png.o               


BITMAPSRCS =                   \
bitmap/bitmap.c                \
bitmap/tga/tga.c               \
bitmap/bmp/bmp.c               \
bitmap/png/png.c