view Gui/bitmap/bitmap.mak @ 4509:90386125ec1f

using dlerror() instead strerror(), displays unresolved symbol messages
author alex
date Sun, 03 Feb 2002 13:05:30 +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