diff options
author | Brian Paul <[email protected]> | 2002-01-14 15:47:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-01-14 15:47:10 +0000 |
commit | fe9f62ff18a093bf3ecff6edea509cb72c9d14a6 (patch) | |
tree | d981bd8fceefb0c987322f30e16caed6a93d2bde /src | |
parent | 7fc487d38bef888a8f59d582c304fc2b88e3846a (diff) |
oops, missed vpstate.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/Makefile.win | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index dd91137c9ab..05cc70839ce 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -90,6 +90,7 @@ CORE_SRCS = \ varray.c \ vpexec.c \ vpparse.c \ + vpstatee.c \ vtxfmt.c \ # X86\x86.c \ # X86\common_x86.c \ |