diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-19 01:28:14 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-19 01:28:14 +0000 |
commit | dc4070c7870b1bc9ed1c39908177c1e8d983b111 (patch) | |
tree | 7703de76536b2200c3b39c363e62d80e20bf316a /windows/VC7 | |
parent | ca2db58166400acdd1c4f8209d1bb3fb3caf4f7a (diff) |
updated for new mm.c, execmem.c files
Diffstat (limited to 'windows/VC7')
-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 4c62f61157..76d1738a9b 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
@@ -796,6 +802,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
|