view Gui/bitmap/bitmap.mak @ 3377:4723f6fd750a

do not fault if 2pass VbrControl can't open the logfile
author alex
date Sat, 08 Dec 2001 01:43: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