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

GUI version n-1
author arpi
date Sat, 25 Aug 2001 21:04:29 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gui/bitmap/bitmap.mak	Sat Aug 25 21:04:29 2001 +0000
@@ -0,0 +1,13 @@
+
+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