view Gui/bitmap/bitmap.mak @ 2573:9009b6d24296

support newly added PF defs (loader/wine/winnt.h)
author alex
date Tue, 30 Oct 2001 21:48:58 +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