mirror of https://github.com/stella-emu/stella.git
Added 'Base' class to VS project file.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2771 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
95fe213f3a
commit
2ed0848392
|
@ -223,6 +223,7 @@ SDLmain.lib
|
|||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\common\Base.cxx" />
|
||||
<ClCompile Include="..\common\FBSurfaceGL.cxx" />
|
||||
<ClCompile Include="..\common\FBSurfaceTIA.cxx" />
|
||||
<ClCompile Include="..\common\FrameBufferGL.cxx" />
|
||||
|
@ -455,6 +456,7 @@ SDLmain.lib
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\Array.hxx" />
|
||||
<ClInclude Include="..\common\Base.hxx" />
|
||||
<ClInclude Include="..\common\bspf.hxx" />
|
||||
<ClInclude Include="..\common\FBSurfaceGL.hxx" />
|
||||
<ClInclude Include="..\common\FBSurfaceTIA.hxx" />
|
||||
|
|
|
@ -726,6 +726,9 @@
|
|||
<ClCompile Include="..\gui\SnapshotDialog.cxx">
|
||||
<Filter>Source Files\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\Base.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\Array.hxx">
|
||||
|
@ -1454,6 +1457,9 @@
|
|||
<ClInclude Include="..\gui\SnapshotDialog.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\Base.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue