From 83356781e104cea412da9bd6d1127b56e0d7a6c4 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Wed, 16 Jan 2002 00:41:16 +0000 Subject: Removed missing files and added new ones (Robert Bergkvist) --- progs/redbook/Makefile.win | 51 ++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 27 deletions(-) (limited to 'progs') 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 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 -- cgit v1.2.3