|
|
@@ -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) |