diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-16 04:12:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-16 04:12:08 +0000 |
commit | 94f70fab64038ea2105098496de8e50223d69dab (patch) | |
tree | e310c4adf3750f8646f6a6677cfcfec6506f6892 /windows/VC7 | |
parent | 1a5f1bdb428ea3ded1e77796590014f89fe78f77 (diff) |
added depthstencil.[ch]
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 76d1738a9..6c8447a2d 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -174,6 +174,9 @@ RelativePath="..\..\..\..\src\mesa\main\depth.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
</File>
<File
@@ -670,6 +673,9 @@ RelativePath="..\..\..\..\src\mesa\main\depth.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\dlist.h">
</File>
<File
|