Module: Mesa Branch: master Commit: 58e843dda05e2addfe6584c5480fb2181b0aff53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58e843dda05e2addfe6584c5480fb2181b0aff53
Author: Brian Paul <[email protected]> Date: Sat Sep 19 16:40:09 2009 -0600 mesa: remove s_imaging.c from build --- src/mesa/sources.mak | 1 - windows/VC7/mesa/mesa/mesa.vcproj | 3 --- windows/VC8/mesa/mesa/mesa.vcproj | 4 ---- 3 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 0ae1a11..7107538 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -115,7 +115,6 @@ SWRAST_SOURCES = \ swrast/s_feedback.c \ swrast/s_fog.c \ swrast/s_fragprog.c \ - swrast/s_imaging.c \ swrast/s_lines.c \ swrast/s_logic.c \ swrast/s_masking.c \ diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 22d1ce2..4d7df74 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 348fbab..f15c443 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
