diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-19 16:40:09 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-19 16:43:17 -0600 |
commit | 58e843dda05e2addfe6584c5480fb2181b0aff53 (patch) | |
tree | 0418cf4744a46fc88132b9962ebcddfcfea24be4 /windows | |
parent | 32e4b6c6073b71cac195ca011c4a0eaad8b0851c (diff) |
mesa: remove s_imaging.c from build
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 3 | ||||
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 22d1ce21e6e5..4d7df7417026 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -416,9 +416,6 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c">
</File>
<File
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 348fbab6498d..f15c4435f617 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -783,10 +783,6 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c"
- >
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c"
>
</File>
|