diff options
author | Karl Schultz <[email protected]> | 2002-01-16 00:41:16 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-01-16 00:41:16 +0000 |
commit | 83356781e104cea412da9bd6d1127b56e0d7a6c4 (patch) | |
tree | 37f62301e466e8aaa082c13e176885c268101499 /progs/redbook | |
parent | 858b694b6478c0139fbe4a6da16fc97d99fcf5c4 (diff) |
Removed missing files and added new ones (Robert Bergkvist)
Diffstat (limited to 'progs/redbook')
-rw-r--r-- | progs/redbook/Makefile.win | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/progs/redbook/Makefile.win b/progs/redbook/Makefile.win index 79c4f675518..7e57b8e47f8 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 |