mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Move BootManager.cpp to Core since it really doesn't do any wx-specific stuff.
This one is for NaturalViolence, since he was so eager to see it :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7152 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -216,7 +216,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Src\AboutDolphin.cpp" />
|
||||
<ClCompile Include="Src\ARCodeAddEdit.cpp" />
|
||||
<ClCompile Include="Src\BootManager.cpp" />
|
||||
<ClCompile Include="Src\BreakpointDlg.cpp" />
|
||||
<ClCompile Include="Src\BreakpointView.cpp" />
|
||||
<ClCompile Include="Src\BreakpointWindow.cpp" />
|
||||
@ -279,7 +278,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
|
||||
<ClInclude Include="resource.h" />
|
||||
<ClInclude Include="Src\AboutDolphin.h" />
|
||||
<ClInclude Include="Src\ARCodeAddEdit.h" />
|
||||
<ClInclude Include="Src\BootManager.h" />
|
||||
<ClInclude Include="Src\BreakpointDlg.h" />
|
||||
<ClInclude Include="Src\BreakpointView.h" />
|
||||
<ClInclude Include="Src\BreakpointWindow.h" />
|
||||
|
Reference in New Issue
Block a user