summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-04 14:44:22 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-04 14:44:22 +0200
commit6f0fd1a366cbb3cd919f66b13598c575e39edd6f (patch)
tree32cbc8b761db44feb3f0c8eb9030e40583e69548 /makefile
parent1026d09afa7583f0a296ac88b90ca419ebf405ec (diff)
parent73f53bb15e363712d097fe59c097de1a1fb9fed0 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefile b/makefile
index ef21df32cb8..94d6115053e 100644
--- a/makefile
+++ b/makefile
@@ -28,6 +28,7 @@
# NO_OPENGL = 1
# USE_DISPATCH_GL = 0
# DIRECTINPUT = 7
+# USE_SDL = 1
# SDL2_MULTIAPI = 1
# NO_USE_MIDI = 1
# DONT_USE_NETWORK = 1
@@ -57,6 +58,7 @@
# SDL_FRAMEWORK_PATH = $(HOME)/Library/Frameworks
# SDL_LIBVER = sdl
# MACOSX_USE_LIBSDL = 1
+# CYGWIN_BUILD = 1
# TARGETOS = windows
# CROSS_BUILD = 1
@@ -406,6 +408,14 @@ ifdef DIRECTINPUT
PARAMS += --DIRECTINPUT='$(DIRECTINPUT)'
endif
+ifdef USE_SDL
+PARAMS += --USE_SDL='$(USE_SDL)'
+endif
+
+ifdef CYGWIN_BUILD
+PARAMS += --CYGWIN_BUILD='$(CYGWIN_BUILD)'
+endif
+
ifdef MESA_INSTALL_ROOT
PARAMS += --MESA_INSTALL_ROOT='$(MESA_INSTALL_ROOT)'
endif