mirror of https://github.com/stella-emu/stella.git
Updated VS 2010 project files for recent controller class additions.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2324 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
66778329b2
commit
e7211a821b
|
@ -223,6 +223,8 @@ SDLmain.lib
|
|||
<ClCompile Include="..\common\FBSurfaceTIA.cxx" />
|
||||
<ClCompile Include="..\common\FrameBufferGL.cxx" />
|
||||
<ClCompile Include="..\common\FrameBufferSoft.cxx" />
|
||||
<ClCompile Include="..\emucore\CompuMate.cxx" />
|
||||
<ClCompile Include="..\emucore\MindLink.cxx" />
|
||||
<ClCompile Include="..\gui\LoggerDialog.cxx" />
|
||||
<ClCompile Include="FSNodeWin32.cxx" />
|
||||
<ClCompile Include="..\common\mainSDL.cxx">
|
||||
|
@ -413,6 +415,8 @@ SDLmain.lib
|
|||
<ClInclude Include="..\common\FrameBufferSoft.hxx" />
|
||||
<ClInclude Include="..\common\StringList.hxx" />
|
||||
<ClInclude Include="..\common\StringParser.hxx" />
|
||||
<ClInclude Include="..\emucore\CompuMate.hxx" />
|
||||
<ClInclude Include="..\emucore\MindLink.hxx" />
|
||||
<ClInclude Include="..\gui\LoggerDialog.hxx" />
|
||||
<ClInclude Include="..\libpng\pngdebug.h" />
|
||||
<ClInclude Include="..\libpng\pnginfo.h" />
|
||||
|
|
|
@ -591,6 +591,12 @@
|
|||
<ClCompile Include="..\common\FBSurfaceTIA.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\emucore\CompuMate.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\emucore\MindLink.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\Array.hxx">
|
||||
|
@ -1160,6 +1166,12 @@
|
|||
<ClInclude Include="..\common\FBSurfaceTIA.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\CompuMate.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\MindLink.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue