view Gui/bitmap/bitmap.mak @ 3947:2eb8c8aacca7

using dshow headers from dshow/ instead of c++ version
author arpi
date Wed, 02 Jan 2002 17:11:49 +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