summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2015-06-07 06:22:12 +0200
committer Miodrag Milanović <mmicko@gmail.com>2015-06-07 06:22:12 +0200
commita208071e9d74cf8ee8b576ca8aac98ddde3f824b (patch)
tree188e511adf96a6e251df0bcee265e8d0bad5f949 /makefile
parentcee210f47e9454ec2adadc5ab346e69661e38cff (diff)
parent6cd8271575238fef0f1d8c57d936b3e470a6916a (diff)
Merge pull request #202 from wallyweek/sdlinipath
Added new SDL_INI_PATH flag [Cesare Falco]
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 90dc6760c2d..c7141b872a2 100644
--- a/makefile
+++ b/makefile
@@ -27,6 +27,7 @@
# USE_DISPATCH_GL = 0
# DIRECTINPUT = 7
# USE_SDL = 1
+# SDL_INI_PATH = .;$HOME/.mame/;ini;
# SDL2_MULTIAPI = 1
# NO_USE_MIDI = 1
# DONT_USE_NETWORK = 1
@@ -504,6 +505,10 @@ ifdef USE_SDL
PARAMS += --USE_SDL='$(USE_SDL)'
endif
+ifdef SDL_INI_PATH
+PARAMS += --SDL_INI_PATH='$(SDL_INI_PATH)'
+endif
+
ifdef CYGWIN_BUILD
PARAMS += --CYGWIN_BUILD='$(CYGWIN_BUILD)'
endif