diff options
author | marha <marha@users.sourceforge.net> | 2010-11-30 10:55:19 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-30 10:55:19 +0000 |
commit | 823137b77084308fd49ac676c5f015bccf493480 (patch) | |
tree | e6c64f080d84d291d3aef383f4c5cd5e3579f500 /mesalib/windows/VC8/mesa | |
parent | 3e2f3f105cfe65384d2adeb2bd678850d9be47f9 (diff) | |
download | vcxsrv-823137b77084308fd49ac676c5f015bccf493480.tar.gz vcxsrv-823137b77084308fd49ac676c5f015bccf493480.tar.bz2 vcxsrv-823137b77084308fd49ac676c5f015bccf493480.zip |
Removed non existing files from project
Diffstat (limited to 'mesalib/windows/VC8/mesa')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 3 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 9 |
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>
|