view Gui/bitmap/bitmap.mak @ 5200:022c957633a3

10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.
author albeu
date Tue, 19 Mar 2002 18:27:54 +0000
parents d237c5d4b216
children
line wrap: on
line source


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