aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows/VC8
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/windows/VC8')
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj3
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters9
2 files changed, 0 insertions, 12 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 90e16232c..4b515f2c7 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -325,9 +325,6 @@
<ClCompile Include="..\..\..\..\src\mesa\main\version.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\viewport.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\vtxfmt.c" />
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf.c" />
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf_generic.c" />
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf_sse.c" />
<ClCompile Include="..\..\..\..\src\talloc\talloc.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index 963904982..302485e50 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -443,15 +443,6 @@
<ClCompile Include="..\..\..\..\src\mesa\main\uniforms.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf.c">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf_generic.c">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\vf\vf_sse.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\program\ir_to_mesa.cpp">
<Filter>Source Files</Filter>
</ClCompile>