view Gui/bitmap/bitmap.mak @ 5781:62e9e0c0bd6a

hq mode in first pass should work (as bad, ehh as well as LQ) apllied small part of patch by Rmi Guyomarch <rguyom@pobox.com>
author michael
date Mon, 22 Apr 2002 02:00:23 +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