view Gui/bitmap/bitmap.mak @ 2467:1e0a75f83c9c

I was wrong: test didn't work changed "test !" to simpler constructions where used added a : which avoided compilation
author pl
date Thu, 25 Oct 2001 13:32:48 +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