summaryrefslogtreecommitdiff
path: root/progs/redbook/Makefile.win
blob: 79c4f6755186d5cab0fa453d21039fab81692d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Makefile for Win32

TOP = ..

!include "$(TOP)/names.win"

!include <win32.mak>

SRCS= \
   accanti.c \
   accnot.c   \
   accum.c    \
   aim.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      \
   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  \
   polys.c     \
   robot.c     \
   sccolorlight.c \
   scene.c     \
   scenebamb.c \
   sceneflat.c \
   select.c    \
   smooth.c    \
   sphere.c    \
   stencil.c   \
   stroke.c    \
   surface.c   \
   tea.c       \
   teaambient.c \
   teapots.c   \
   texgen.c    \
   texturesurf.c \
   trim.c     

EXTRALIBS = $(MESAGL).lib $(MESAGLU).lib $(MESATK).lib $(MESAAUX).lib

!include "$(TOP)/mesawin32.mak"