diff options
author | 2016-02-27 16:53:15 +0100 | |
---|---|---|
committer | 2016-02-27 16:53:49 +0100 | |
commit | ea6b85484430067af34bef8227d7c2ad2da03306 (patch) | |
tree | 5051eeeb3aefc0d0cc922cb863433f1bbd2a11da /scripts/src/main.lua | |
parent | cf6dc7d370407914020f3e623719f09c8668c692 (diff) |
Made Visual Studio use by default bundled SDL2 (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 2a4acab17a5..cf4e311ef59 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -308,13 +308,6 @@ end PYTHON .. " " .. path.translate(MAME_DIR .. "scripts/build/verinfo.py","\\") .. " -r -b " .. rctarget .. " " .. path.translate(MAME_DIR .. "src/version.cpp","\\") .. " > " .. path.translate(GEN_DIR .. "resource/" .. rctarget .. "vers.rc", "\\") , } - if (_OPTIONS["osd"] == "sdl") then - configuration { "x64","vs*" } - prelinkcommands { "copy " .. path.translate(MAME_DIR .."3rdparty/sdl2/lib/x64/SDL2.dll", "\\") .. " " .. path.translate(MAME_DIR .."SDL2.dll","\\") .. " /Y" } - configuration { "x32","vs*" } - prelinkcommands { "copy " .. path.translate(MAME_DIR .."3rdparty/sdl2/lib/x86/SDL2.dll", "\\") .. " " .. path.translate(MAME_DIR .."SDL2.dll","\\") .. " /Y" } - end - configuration { } debugdir (MAME_DIR) |