comparison Gui/bitmap/bitmap.mak @ 1693:d237c5d4b216

GUI version n-1
author arpi
date Sat, 25 Aug 2001 21:04:29 +0000
parents
children
comparison
equal deleted inserted replaced
1692:6c98e425c091 1693:d237c5d4b216
1
2 BITMAPOBJS = \
3 bitmap/bitmap.o \
4 bitmap/tga/tga.o \
5 bitmap/bmp/bmp.o \
6 bitmap/png/png.o
7
8
9 BITMAPSRCS = \
10 bitmap/bitmap.c \
11 bitmap/tga/tga.c \
12 bitmap/bmp/bmp.c \
13 bitmap/png/png.c