diff options
author | Karl Schultz <[email protected]> | 2001-10-04 19:13:36 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-10-04 19:13:36 +0000 |
commit | 3978d026eaf3d449adaecf336a1fa9d7e631dc19 (patch) | |
tree | 9db95a62444c688d14eb41f24557a944a1d9e8b5 /progs | |
parent | 8f475635594f0c0e00461d01b43ef6f42006aa88 (diff) |
Build a few demos that now work with Windows.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile.win | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index eb9dc5978be..1f828cf0c2d 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 $@ |