Missed a few files in previous.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6936 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-01-27 21:59:59 +00:00
parent 955e3abe9e
commit 7a80769640
2 changed files with 1 additions and 4 deletions

View File

@ -17,7 +17,6 @@ set(SRCS Src/BPMemory.cpp
Src/PixelEngine.cpp
Src/PixelShaderGen.cpp
Src/PixelShaderManager.cpp
Src/Profiler.cpp
Src/RenderBase.cpp
Src/Statistics.cpp
Src/TextureCacheBase.cpp

View File

@ -252,7 +252,6 @@
<ClCompile Include="Src\PixelEngine.cpp" />
<ClCompile Include="Src\PixelShaderGen.cpp" />
<ClCompile Include="Src\PixelShaderManager.cpp" />
<ClCompile Include="Src\Profiler.cpp" />
<ClCompile Include="Src\RenderBase.cpp" />
<ClCompile Include="Src\Statistics.cpp" />
<ClCompile Include="Src\TextureCacheBase.cpp" />
@ -298,7 +297,6 @@
<ClInclude Include="Src\PixelEngine.h" />
<ClInclude Include="Src\PixelShaderGen.h" />
<ClInclude Include="Src\PixelShaderManager.h" />
<ClInclude Include="Src\Profiler.h" />
<ClInclude Include="Src\RenderBase.h" />
<ClInclude Include="Src\Statistics.h" />
<ClInclude Include="Src\TextureCacheBase.h" />
@ -352,4 +350,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>