mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
commit
992cf48683
2
makefile
2
makefile
@ -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
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
*************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "atarixga.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user