view Gui/bitmap/bitmap.mak @ 2744:205deb33f8ee

Remove a few obsolete header includes (fixes a compile error on solaris)
author jkeil
date Tue, 06 Nov 2001 17:04:13 +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