diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-03 21:55:29 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-03 21:55:29 +0000 |
| commit | e2b3716760fbfa1b6141a7506d0fab4aa5723082 (patch) | |
| tree | 50ee1f71a99e9f46e77e58fd3b9a36efcc02fdf9 /Source/Plugins/Plugin_VideoSoftware | |
| parent | 10e2a7b66823d38e826a41816ee5826fd17a31be (diff) | |
vs2010: fix videosoftware build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7055 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj | 4 | ||||
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj.filters | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj b/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj index 757c70384a..85648c828b 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj +++ b/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj @@ -179,7 +179,6 @@ <ClCompile Include="Src\SWmain.cpp" /> <ClCompile Include="Src\OpcodeDecoder.cpp" /> <ClCompile Include="Src\SWPixelEngine.cpp" /> - <ClCompile Include="Src\RasterFont.cpp" /> <ClCompile Include="Src\Rasterizer.cpp" /> <ClCompile Include="Src\SWRenderer.cpp" /> <ClCompile Include="Src\SetupUnit.cpp" /> @@ -213,7 +212,6 @@ <ClInclude Include="Src\NativeVertexFormat.h" /> <ClInclude Include="Src\OpcodeDecoder.h" /> <ClInclude Include="Src\SWPixelEngine.h" /> - <ClInclude Include="Src\RasterFont.h" /> <ClInclude Include="Src\Rasterizer.h" /> <ClInclude Include="Src\SWRenderer.h" /> <ClInclude Include="Src\SetupUnit.h" /> @@ -253,4 +251,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file diff --git a/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj.filters b/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj.filters index 0020cc59f7..146b5a0fd6 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj.filters +++ b/Source/Plugins/Plugin_VideoSoftware/Plugin_VideoSoftware.vcxproj.filters @@ -77,4 +77,4 @@ <UniqueIdentifier>{80e30848-1174-4168-a8f7-da2553f872b1}</UniqueIdentifier> </Filter> </ItemGroup> -</Project> +</Project>
\ No newline at end of file |
