summaryrefslogtreecommitdiff
path: root/progs/redbook
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:41:16 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:41:16 +0000
commit83356781e104cea412da9bd6d1127b56e0d7a6c4 (patch)
tree37f62301e466e8aaa082c13e176885c268101499 /progs/redbook
parent858b694b6478c0139fbe4a6da16fc97d99fcf5c4 (diff)
Removed missing files and added new ones (Robert Bergkvist)
Diffstat (limited to 'progs/redbook')
-rw-r--r--progs/redbook/Makefile.win51
1 files changed, 24 insertions, 27 deletions
diff --git a/progs/redbook/Makefile.win b/progs/redbook/Makefile.win
index 79c4f67551..7e57b8e47f 100644
--- a/progs/redbook/Makefile.win
+++ b/progs/redbook/Makefile.win
@@ -1,62 +1,51 @@
# Makefile for Win32
-TOP = ..
-
-!include "$(TOP)/names.win"
+TOP = ..
+INCDIR = ..\include
+LIBDIR = ..\lib
!include <win32.mak>
SRCS= \
+ aaindex.c \
+ aapoly.c \
+ aargb.c \
accanti.c \
- accnot.c \
- accum.c \
- aim.c \
+ accpersp.c \
alpha.c \
alpha3D.c \
anti.c \
- antiindex.c \
- antipindex.c \
- antipoint.c \
- antipoly.c \
bezcurve.c \
bezmesh.c \
- bezsurf.c \
checker.c \
- checker2.c \
- chess.c \
clip.c \
colormat.c \
- cone.c \
cube.c \
- curve.c \
depthcue.c \
- disk.c \
dof.c \
- dofnot.c \
double.c \
drawf.c \
feedback.c \
fog.c \
fogindex.c \
font.c \
+ hello.c \
+ image.c \
light.c \
- linelist.c \
lines.c \
list.c \
- list2.c \
- maplight.c \
material.c \
mipmap.c \
model.c \
movelight.c \
nurbs.c \
pickdepth.c \
- pickline.c \
picksquare.c \
plane.c \
planet.c \
- planetup.c \
+ polyoff.c \
polys.c \
+ quadric.c \
robot.c \
sccolorlight.c \
scene.c \
@@ -64,18 +53,26 @@ SRCS= \
sceneflat.c \
select.c \
smooth.c \
- sphere.c \
stencil.c \
stroke.c \
surface.c \
- tea.c \
teaambient.c \
teapots.c \
+ tess.c \
+ tesswind.c \
+ texbind.c \
texgen.c \
+ texprox.c \
+ texsub.c \
texturesurf.c \
- trim.c
-
-EXTRALIBS = $(MESAGL).lib $(MESAGLU).lib $(MESATK).lib $(MESAAUX).lib
+ torus.c \
+ trim.c \
+ unproject.c \
+ varray.c \
+ wrap.c
!include "$(TOP)/mesawin32.mak"
+$(EXES) : $*.obj
+ @echo $@
+ $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS) \ No newline at end of file