Merge pull request #950 from h0tw1r3/master

fix build (nw)
This commit is contained in:
Vas Crabb 2016-06-14 10:41:22 +10:00 committed by GitHub
commit 992cf48683
2 changed files with 2 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ endif
.PHONY: cmake
cmake: generate
$(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) cmake
ifeq ($(OS),windows)
ifneq (posix,$(SHELLTYPE))
$(SILENT)echo cmake_minimum_required(VERSION 2.8.4) > CMakeLists.txt
$(SILENT)echo add_subdirectory($(PROJECTDIR)/cmake) >> CMakeLists.txt
else

View File

@ -18,6 +18,7 @@
*************************************************************************/
#include "emu.h"
#include "atarixga.h"