Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
b6dcd110
Commit
b6dcd110
authored
Dec 07, 2018
by
Stephen Anthony
Browse files
Updated VS project for recent exception classes.
parent
7b4c3dc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/windows/Stella.vcxproj
View file @
b6dcd110
...
...
@@ -350,7 +350,6 @@
<ClCompile
Include=
"..\emucore\DispatchResult.cxx"
/>
<ClCompile
Include=
"..\emucore\EmulationTiming.cxx"
/>
<ClCompile
Include=
"..\emucore\EmulationWorker.cxx"
/>
<ClCompile
Include=
"..\emucore\exception\FatalEmulationError.cxx"
/>
<ClCompile
Include=
"..\emucore\FBSurface.cxx"
/>
<ClCompile
Include=
"..\emucore\MindLink.cxx"
/>
<ClCompile
Include=
"..\emucore\PointingDevice.cxx"
/>
...
...
@@ -932,6 +931,7 @@
<ClInclude
Include=
"..\emucore\EmulationTiming.hxx"
/>
<ClInclude
Include=
"..\emucore\EmulationWorker.hxx"
/>
<ClInclude
Include=
"..\emucore\EventHandlerConstants.hxx"
/>
<ClInclude
Include=
"..\emucore\exception\EmulationWarning.hxx"
/>
<ClInclude
Include=
"..\emucore\exception\FatalEmulationError.hxx"
/>
<ClInclude
Include=
"..\emucore\FBSurface.hxx"
/>
<ClInclude
Include=
"..\emucore\FrameBufferConstants.hxx"
/>
...
...
src/windows/Stella.vcxproj.filters
View file @
b6dcd110
...
...
@@ -64,9 +64,6 @@
<Filter
Include=
"Header Files\emucore\exception"
>
<UniqueIdentifier>
{fb5429b5-4ffb-4574-a98d-54ba865e4199}
</UniqueIdentifier>
</Filter>
<Filter
Include=
"Source Files\emucore\exception"
>
<UniqueIdentifier>
{e4a56aea-89f9-4680-a6b4-b26ec4799e1c}
</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\common\FrameBufferSDL2.cxx"
>
...
...
@@ -948,9 +945,6 @@
<ClCompile
Include=
"..\emucore\Bankswitch.cxx"
>
<Filter>
Source Files\emucore
</Filter>
</ClCompile>
<ClCompile
Include=
"..\emucore\exception\FatalEmulationError.cxx"
>
<Filter>
Source Files\emucore\exception
</Filter>
</ClCompile>
<ClCompile
Include=
"..\common\ThreadDebugging.cxx"
>
<Filter>
Source Files
</Filter>
</ClCompile>
...
...
@@ -1940,6 +1934,9 @@
<ClInclude
Include=
"..\common\ThreadDebugging.hxx"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"..\emucore\exception\EmulationWarning.hxx"
>
<Filter>
Header Files\emucore\exception
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None
Include=
"stella.ico"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment