mirror of https://github.com/stella-emu/stella.git
trying to fix #974
This commit is contained in:
parent
8d0782ee6d
commit
df3d3141f0
|
@ -81,6 +81,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/emucore/CartFA.cxx \
|
||||
$(CORE_DIR)/emucore/CartFC.cxx \
|
||||
$(CORE_DIR)/emucore/CartFE.cxx \
|
||||
$(CORE_DIR)/emucore/CartGL.cxx \
|
||||
$(CORE_DIR)/emucore/CartMDM.cxx \
|
||||
$(CORE_DIR)/emucore/CartMVC.cxx \
|
||||
$(CORE_DIR)/emucore/CartSB.cxx \
|
||||
|
|
|
@ -243,6 +243,7 @@
|
|||
<ClCompile Include="..\..\emucore\CartF8SC.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartFA.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartFE.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartGL.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartSB.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartUA.cxx" />
|
||||
<ClCompile Include="..\..\emucore\CartX07.cxx" />
|
||||
|
|
Loading…
Reference in New Issue