mirror of https://github.com/stella-emu/stella.git
Another stab at windows.
This commit is contained in:
parent
6ceab24269
commit
f62936067e
|
@ -796,6 +796,7 @@
|
|||
<ClCompile Include="..\..\emucore\CartSB.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartUA.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartX07.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartELF.cxx" />
|
||||
<ClCompile Include="..\..\emucore\Console.cxx" />
|
||||
<ClCompile Include="..\..\emucore\Control.cxx" />
|
||||
<ClCompile Include="..\..\emucore\Driving.cxx" />
|
||||
|
@ -1672,9 +1673,8 @@
|
|||
<ClInclude Include="..\..\emucore\elf\ElfLinker.hxx" />
|
||||
<ClInclude Include="..\..\emucore\elf\ElfUtil.hxx" />
|
||||
<ClInclude Include="..\..\emucore\elf\ElfEnvironment.hxx" />
|
||||
<ClCompile Include="..\..\emucore\elf\BusTransactionQueue.hxx" />
|
||||
<ClCompile Include="..\..\emucore\elf\VcsLib.hxx" />
|
||||
<ClCompile Include="..\..\emucore\CartELF.cxx" />
|
||||
<ClInclude Include="..\..\emucore\elf\BusTransactionQueue.hxx" />
|
||||
<ClInclude Include="..\..\emucore\elf\VcsLib.hxx" />
|
||||
<ClInclude Include="..\..\emucore\CortexM0.hxx" />
|
||||
<ClInclude Include="..\..\emucore\EmulationTiming.hxx" />
|
||||
<ClInclude Include="..\..\emucore\EmulationWorker.hxx" />
|
||||
|
|
Loading…
Reference in New Issue