mirror of https://github.com/stella-emu/stella.git
Updated VS 2010 project files for recent changes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2267 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
672461b942
commit
737e6743de
|
@ -213,6 +213,7 @@ SDLmain.lib
|
|||
<ItemGroup>
|
||||
<ClCompile Include="..\common\FrameBufferGL.cxx" />
|
||||
<ClCompile Include="..\common\FrameBufferSoft.cxx" />
|
||||
<ClCompile Include="..\gui\LoggerDialog.cxx" />
|
||||
<ClCompile Include="FSNodeWin32.cxx" />
|
||||
<ClCompile Include="..\common\mainSDL.cxx" />
|
||||
<ClCompile Include="OSystemWin32.cxx" />
|
||||
|
@ -397,6 +398,7 @@ SDLmain.lib
|
|||
<ClInclude Include="..\common\GLShaderProgs.hxx" />
|
||||
<ClInclude Include="..\common\StringList.hxx" />
|
||||
<ClInclude Include="..\common\StringParser.hxx" />
|
||||
<ClInclude Include="..\gui\LoggerDialog.hxx" />
|
||||
<ClInclude Include="..\libpng\pngdebug.h" />
|
||||
<ClInclude Include="..\libpng\pnginfo.h" />
|
||||
<ClInclude Include="..\libpng\pnglibconf.h" />
|
||||
|
|
|
@ -582,6 +582,9 @@
|
|||
<ClCompile Include="..\libpng\pngwutil.c">
|
||||
<Filter>Source Files\libpng</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\gui\LoggerDialog.cxx">
|
||||
<Filter>Source Files\gui</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\Array.hxx">
|
||||
|
@ -1145,6 +1148,9 @@
|
|||
<ClInclude Include="..\common\StringParser.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\gui\LoggerDialog.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue