diff options
author | Brian Paul <[email protected]> | 2006-03-01 02:00:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-01 02:00:58 +0000 |
commit | 2c61fdafd664ed10355577a8f26350297aa49444 (patch) | |
tree | bacb0dec20e4b9fb06eccf3b18198a3576a334b7 /windows/VC7 | |
parent | 1eca891dbe39a4aad7a6ed267ce7cd55589073fe (diff) |
added s_blit.c
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 7305e255673..4410651fbe9 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
|