added first iteration of breakpoint view for the debugger

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@21 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-07-17 20:08:01 +00:00
parent d23af1a15e
commit fa6bd5d2e2
21 changed files with 1285 additions and 39 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="8,00"
Name="DebuggerWX"
ProjectGUID="{4D3CD4C5-412B-4B49-9B1B-A68A2A129C77}"
RootNamespace="DebuggerWX"
@ -419,6 +419,14 @@
<Filter
Name="Controls"
>
<File
RelativePath=".\src\BreakpointView.cpp"
>
</File>
<File
RelativePath=".\src\BreakpointView.h"
>
</File>
<File
RelativePath=".\src\CodeView.cpp"
>
@ -436,6 +444,14 @@
>
</File>
</Filter>
<File
RelativePath=".\src\BreakpointWindow.cpp"
>
</File>
<File
RelativePath=".\src\BreakpointWindow.h"
>
</File>
<File
RelativePath=".\src\CodeWindow.cpp"
>