Fix MSVC 2019 not linking due to BreakpointCard.cpp missing from Project.

This commit is contained in:
michaelangel007
2026-01-05 11:46:15 -08:00
parent f97acf4788
commit d346c45100
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -175,6 +175,7 @@
<ClCompile Include="source\CopyProtectionDongles.cpp" />
<ClCompile Include="source\Core.cpp" />
<ClCompile Include="source\CPU.cpp" />
<ClCompile Include="source\Debugger\BreakpointCard.cpp" />
<ClCompile Include="source\Debugger\Debugger_Disassembler.cpp" />
<ClCompile Include="source\Debugger\Debugger_Win32.cpp" />
<ClCompile Include="source\Disk2CardManager.cpp" />
+3
View File
@@ -280,6 +280,9 @@
<ClCompile Include="source\ProDOS_Utils.cpp">
<Filter>Source Files\Emulator</Filter>
</ClCompile>
<ClCompile Include="source\Debugger\BreakpointCard.cpp">
<Filter>Source Files\Debugger</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="source\CommonVICE\6510core.h">