vs2010: fix videosoftware build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7055 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
10e2a7b668
commit
e2b3716760
|
@ -179,7 +179,6 @@
|
||||||
<ClCompile Include="Src\SWmain.cpp" />
|
<ClCompile Include="Src\SWmain.cpp" />
|
||||||
<ClCompile Include="Src\OpcodeDecoder.cpp" />
|
<ClCompile Include="Src\OpcodeDecoder.cpp" />
|
||||||
<ClCompile Include="Src\SWPixelEngine.cpp" />
|
<ClCompile Include="Src\SWPixelEngine.cpp" />
|
||||||
<ClCompile Include="Src\RasterFont.cpp" />
|
|
||||||
<ClCompile Include="Src\Rasterizer.cpp" />
|
<ClCompile Include="Src\Rasterizer.cpp" />
|
||||||
<ClCompile Include="Src\SWRenderer.cpp" />
|
<ClCompile Include="Src\SWRenderer.cpp" />
|
||||||
<ClCompile Include="Src\SetupUnit.cpp" />
|
<ClCompile Include="Src\SetupUnit.cpp" />
|
||||||
|
@ -213,7 +212,6 @@
|
||||||
<ClInclude Include="Src\NativeVertexFormat.h" />
|
<ClInclude Include="Src\NativeVertexFormat.h" />
|
||||||
<ClInclude Include="Src\OpcodeDecoder.h" />
|
<ClInclude Include="Src\OpcodeDecoder.h" />
|
||||||
<ClInclude Include="Src\SWPixelEngine.h" />
|
<ClInclude Include="Src\SWPixelEngine.h" />
|
||||||
<ClInclude Include="Src\RasterFont.h" />
|
|
||||||
<ClInclude Include="Src\Rasterizer.h" />
|
<ClInclude Include="Src\Rasterizer.h" />
|
||||||
<ClInclude Include="Src\SWRenderer.h" />
|
<ClInclude Include="Src\SWRenderer.h" />
|
||||||
<ClInclude Include="Src\SetupUnit.h" />
|
<ClInclude Include="Src\SetupUnit.h" />
|
||||||
|
@ -253,4 +251,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -77,4 +77,4 @@
|
||||||
<UniqueIdentifier>{80e30848-1174-4168-a8f7-da2553f872b1}</UniqueIdentifier>
|
<UniqueIdentifier>{80e30848-1174-4168-a8f7-da2553f872b1}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue