view Gui/bitmap/bitmap.mak @ 5465:1f9c8301a7f2

rewritten - it replaces libmpeg2/decode.c now
author arpi
date Wed, 03 Apr 2002 02:39:02 +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