summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-26 13:20:43 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-26 13:20:43 +0100
commit4727b0d97f30666b15155765d602c9a2f1f5159f (patch)
treea1c0ccb666ec3b1fbfc63cbf19f0732e9f71a082 /makefile
parentf79e31489758026c37058b16fa9c968fbf35a8a1 (diff)
OS/2 can not support SDL2 which is needed for MAME to run (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile30
1 files changed, 1 insertions, 29 deletions
diff --git a/makefile b/makefile
index 49b39e04f20..de142731b31 100644
--- a/makefile
+++ b/makefile
@@ -171,10 +171,6 @@ endif
ifeq ($(firstword $(filter Haiku,$(UNAME))),Haiku)
OS := haiku
endif
-ifeq ($(firstword $(filter OS/2,$(UNAME))),OS/2)
-OS := os2
-GENIEOS := os2
-endif
ifndef OS
$(error Unable to detect OS from uname -a: $(UNAME))
endif
@@ -214,7 +210,7 @@ endif
#-------------------------------------------------
# specify OS target, which further differentiates
# the underlying OS; supported values are:
-# win32, unix, macosx, os2
+# win32, unix, macosx
#-------------------------------------------------
ifndef TARGETOS
@@ -345,10 +341,6 @@ ifeq ($(TARGETOS),macosx)
OSD := sdl
endif
-ifeq ($(TARGETOS),os2)
-OSD := sdl
-endif
-
ifeq ($(TARGETOS),asmjs)
OSD := sdl
endif
@@ -733,9 +725,6 @@ EXE :=
ifeq ($(OS),windows)
EXE := .exe
endif
-ifeq ($(OS),os2)
-EXE := .exe
-endif
SHELLTYPE := msdos
ifeq (,$(ComSpec)$(COMSPEC))
@@ -1144,23 +1133,6 @@ netbsd_x86: generate $(PROJECTDIR)/gmake-netbsd/Makefile
#-------------------------------------------------
-# gmake-os2
-#-------------------------------------------------
-
-
-$(PROJECTDIR)/gmake-os2/Makefile: makefile $(SCRIPTS) $(GENIE)
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --gcc=os2 --gcc_version=$(GCC_VERSION) gmake
-
-.PHONY: os2
-os2: os2_x86
-
-.PHONY: os2_x86
-os2_x86: generate $(PROJECTDIR)/gmake-os2/Makefile
- $(SILENT) $(MAKE) -C $(PROJECTDIR)/gmake-os2 config=$(CONFIG)32 precompile
- $(SILENT) $(MAKE) -C $(PROJECTDIR)/gmake-os2 config=$(CONFIG)32
-
-
-#-------------------------------------------------
# gmake-steamlink
#-------------------------------------------------