view Gui/bitmap/bitmap.mak @ 6225:75e8e1cf1f77

- hardened a bit the new bilinear algo (missing checks) - warning fix (include, int -> void) - avoids messing with 0 byte allocation (result not reliable) (Fredrik Kuivinen <freku045@student.liu.se> noticed it)
author pl
date Wed, 29 May 2002 19:27:06 +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