mirror of https://github.com/stella-emu/stella.git
parent
fbb8ea0db0
commit
b336420eca
|
@ -27,6 +27,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/common/StaggeredLogger.cxx \
|
||||
$(CORE_DIR)/common/StateManager.cxx \
|
||||
$(CORE_DIR)/common/TimerManager.cxx \
|
||||
$(CORE_DIR)/common/repository/KeyValueRepositoryConfigfile.cxx \
|
||||
$(CORE_DIR)/common/tv_filters/AtariNTSC.cxx \
|
||||
$(CORE_DIR)/common/tv_filters/NTSCFilter.cxx \
|
||||
$(CORE_DIR)/common/ZipHandler.cxx \
|
||||
|
|
|
@ -157,6 +157,7 @@
|
|||
<ClCompile Include="..\common\StateManager.cxx" />
|
||||
<ClCompile Include="..\common\ThreadDebugging.cxx" />
|
||||
<ClCompile Include="..\common\TimerManager.cxx" />
|
||||
<ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx" />
|
||||
<ClCompile Include="..\common\tv_filters\AtariNTSC.cxx" />
|
||||
<ClCompile Include="..\common\tv_filters\NTSCFilter.cxx" />
|
||||
<ClCompile Include="..\common\ZipHandler.cxx" />
|
||||
|
|
Loading…
Reference in New Issue