summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.win
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-01-14 15:46:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-01-14 15:46:19 +0000
commit7fc487d38bef888a8f59d582c304fc2b88e3846a (patch)
treebfabad171710ed68dddf977ee20778729b44654b /src/mesa/main/Makefile.win
parent1bb17ed0f2fd2fbb0f140c9dc45dd767e5f67050 (diff)
added vertex program sources
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r--src/mesa/main/Makefile.win3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 11ab97ddd9a..dd91137c9ab 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -29,6 +29,7 @@ CORE_SRCS = \
tnl\t_vb_light.c \
tnl\t_vb_normals.c \
tnl\t_vb_points.c \
+ tnl\t_vb_program.c \
tnl\t_vb_render.c \
tnl\t_vb_texgen.c \
tnl\t_vb_texmat.c \
@@ -87,6 +88,8 @@ CORE_SRCS = \
texstore.c \
texutil.c \
varray.c \
+ vpexec.c \
+ vpparse.c \
vtxfmt.c \
# X86\x86.c \
# X86\common_x86.c \