summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-10-04 19:13:36 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-10-04 19:13:36 +0000
commit3978d026eaf3d449adaecf336a1fa9d7e631dc19 (patch)
tree9db95a62444c688d14eb41f24557a944a1d9e8b5 /progs
parent8f475635594f0c0e00461d01b43ef6f42006aa88 (diff)
Build a few demos that now work with Windows.
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile.win24
1 files changed, 19 insertions, 5 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win
index eb9dc5978b..1f828cf0c2 100644
--- a/progs/demos/Makefile.win
+++ b/progs/demos/Makefile.win
@@ -1,4 +1,4 @@
-# $Id: Makefile.win,v 1.4 2001/09/25 16:25:41 kschultz Exp $
+# $Id: Makefile.win,v 1.5 2001/10/04 19:13:36 kschultz Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -56,7 +56,21 @@ PROGS = anisotropic \
tunnel2 \
winpos
-SRCS =
+SRCS = \
+ bounce.c \
+ clearspd.c \
+ cubemap.c \
+ drawpix.c \
+ fire.c \
+ gamma.c \
+ gears.c \
+ geartrain.c \
+ glinfo.c \
+ gloss.c \
+ isosurf.c \
+ morph3d.c \
+ teapot.c
+
OSMESASRCS = osdemo.c
!include "../mesawin32.mak"
@@ -70,9 +84,9 @@ realclean::
targets: readtex.c readtex.h $(PROGS)
# remove comments when we get non-osmesa pgm working
-#$(EXES) : $*.obj
-# @echo $@
-# $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS)
+$(EXES) : $*.obj
+ @echo $@
+ $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS)
$(OSMESAEXES) : $*.obj
@echo $@