diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-01 02:00:58 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-01 02:00:58 +0000 |
commit | 2c61fdafd664ed10355577a8f26350297aa49444 (patch) | |
tree | bacb0dec20e4b9fb06eccf3b18198a3576a334b7 /windows | |
parent | 1eca891dbe39a4aad7a6ed267ce7cd55589073fe (diff) |
added s_blit.c
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 4 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index fcfe50ecec..4eec5c0c5a 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -456,6 +456,10 @@ SOURCE=..\..\..\..\src\mesa\swrast\s_blend.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\swrast\s_blit.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\swrast\s_buffers.c
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 7305e25567..4410651fbe 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -342,6 +342,9 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c">
</File>
<File
|