diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-19 01:29:04 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-19 01:29:04 +0000 |
commit | 5b25acdac744cfcd294830af1b77a36d155eb37d (patch) | |
tree | 9f71030619daf3212ccec69ea20538760d613993 /windows | |
parent | cb16208ec076cd68b4ba1ce5aca3426dca20d2b8 (diff) |
updated for new mm.c, execmem.c files
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 75bff90f448..ed124b537a7 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -192,6 +192,9 @@ RelativePath="..\..\..\..\src\mesa\main\eval.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\extensions.c">
</File>
<File
@@ -285,6 +288,9 @@ RelativePath="..\..\..\..\src\mesa\main\matrix.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c">
</File>
<File
@@ -793,6 +799,9 @@ RelativePath="..\..\..\..\src\mesa\main\matrix.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\mtypes.h">
</File>
<File
|