diff options
| author | 2015-06-07 06:22:12 +0200 | |
|---|---|---|
| committer | 2015-06-07 06:22:12 +0200 | |
| commit | a208071e9d74cf8ee8b576ca8aac98ddde3f824b (patch) | |
| tree | 188e511adf96a6e251df0bcee265e8d0bad5f949 /makefile | |
| parent | cee210f47e9454ec2adadc5ab346e69661e38cff (diff) | |
| parent | 6cd8271575238fef0f1d8c57d936b3e470a6916a (diff) | |
Merge pull request #202 from wallyweek/sdlinipath
Added new SDL_INI_PATH flag [Cesare Falco]
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
