summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:48:43 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:48:43 +0000
commit164ce1220232e03660633e16681737782c73059e (patch)
tree31ff2ee201ee8063f60e7adb5fabdf35683d5efc /progs/demos/Makefile.win
parent83356781e104cea412da9bd6d1127b56e0d7a6c4 (diff)
Demo updates for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/demos/Makefile.win')
-rw-r--r--progs/demos/Makefile.win42
1 files changed, 37 insertions, 5 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win
index 829d2eaf6a..18372b05db 100644
--- a/progs/demos/Makefile.win
+++ b/progs/demos/Makefile.win
@@ -1,4 +1,4 @@
-# $Id: Makefile.win,v 1.6 2001/10/26 21:01:45 kschultz Exp $
+# $Id: Makefile.win,v 1.7 2002/01/16 00:48:43 kschultz Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -67,12 +67,41 @@ SRCS = \
geartrain.c \
glinfo.c \
gloss.c \
+ gltestperf.c \
+ glutfx.c \
isosurf.c \
+ lodbias.c \
morph3d.c \
- teapot.c
+ multiarb.c \
+ occlude.c \
+ paltex.c \
+ pixeltex.c \
+ pointblast.c \
+ ray.c \
+ readpix.c \
+ reflect.c \
+ renormal.c \
+ shadowtex.c \
+ spectex.c \
+ stex3d.c \
+ teapot.c \
+ terrain.c \
+ tessdemo.c \
+ texcyl.c \
+ texdown.c \
+ texenv.c \
+ texobj.c \
+ trispd.c \
+ tunnel.c \
+ tunnel2.c \
+ winpos.c
+
+CXXSRCS = \
+ rain.cxx
OSMESASRCS = osdemo.c
-
+IPERSSRCS = ipers.c
+IPERSEXES = $(IPERSSRCS:.c=.exe)
!include "../mesawin32.mak"
##### TARGETS #####
@@ -90,9 +119,12 @@ $(OSMESAEXES) : $*.obj
@echo $@
$(link) $(lcommon) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS)
+$(IPERSEXES) : $*.obj
+ @echo $@
+ $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS) winmm.lib
+
readtex.c:
-copy ..\util\readtex.c .
readtex.h:
- -copy ..\util\readtex.h .
-
+ -copy ..\util\readtex.h . \ No newline at end of file