mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-11 22:25:08 +00:00
Fix MSVC Project so it compiles on MSVC 2010 -- was missing Sam.cpp
This commit is contained in:
@@ -362,6 +362,7 @@
|
||||
<ClCompile Include="source\Tape.cpp" />
|
||||
<ClCompile Include="source\z80emu.cpp" />
|
||||
<ClCompile Include="source\CPU.cpp" />
|
||||
<ClCompile Include="source\SAM.cpp" />
|
||||
<ClCompile Include="source\Disk.cpp" />
|
||||
<ClCompile Include="source\DiskImage.cpp" />
|
||||
<ClCompile Include="source\DiskImageHelper.cpp" />
|
||||
@@ -537,4 +538,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user