From 3978d026eaf3d449adaecf336a1fa9d7e631dc19 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 4 Oct 2001 19:13:36 +0000 Subject: Build a few demos that now work with Windows. --- progs/demos/Makefile.win | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'progs/demos') 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 $@ -- cgit v1.2.3