diff options
author | 2016-08-27 11:15:38 +0200 | |
---|---|---|
committer | 2016-08-27 11:15:38 +0200 | |
commit | 62fe8b8980f5ae08dfdd74da4dca4c7cda38502c (patch) | |
tree | 705e35f687e4553dc1ac7eafd42cd8a0a6027cbe /scripts/src | |
parent | 0137c5b6a53c64d760b15e134095757a4e666c0b (diff) |
some C++14 features are not supported by VS2013. VS2015 is free for home use so no need for legacy support (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 38667d4ae44..7cd71715225 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1043,11 +1043,6 @@ project "uv" "WIN32_LEAN_AND_MEAN", "_WIN32_WINNT=0x0502", } - if _ACTION == "vs2013" then - files { - MAME_DIR .. "3rdparty/libuv/src/win/snprintf.c", - } - end configuration { } files { MAME_DIR .. "3rdparty/libuv/src/win/async.c", |