Updated VS 2010 project files for recent Event class changes.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2226 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2011-04-22 18:50:53 +00:00
parent 9796fa5384
commit 9cbc1384f4
2 changed files with 0 additions and 4 deletions

View File

@ -258,7 +258,6 @@ SDLmain.lib
<ClCompile Include="..\emucore\Control.cxx" />
<ClCompile Include="..\emucore\Device.cxx" />
<ClCompile Include="..\emucore\Driving.cxx" />
<ClCompile Include="..\emucore\Event.cxx" />
<ClCompile Include="..\emucore\EventHandler.cxx" />
<ClCompile Include="..\emucore\FrameBuffer.cxx" />
<ClCompile Include="..\emucore\FSNode.cxx" />

View File

@ -192,9 +192,6 @@
<ClCompile Include="..\emucore\Driving.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
<ClCompile Include="..\emucore\Event.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
<ClCompile Include="..\emucore\EventHandler.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>