diff options
author | 2016-11-16 20:57:40 +0100 | |
---|---|---|
committer | 2016-11-16 21:00:29 +0100 | |
commit | 8e61a7d3d37d0ceaf2f6af0a460d2f9c692e5252 (patch) | |
tree | 1683fe6ce9b9f32389b0686c240f19fd2bca2e15 /scripts/src/3rdparty.lua | |
parent | ffc04d2baede0eab5768aa6a2ca5ea67cfa9ed86 (diff) |
Added VS2017 support into project files (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index f9068c05494..e398353362c 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -60,7 +60,7 @@ if _OPTIONS["vs"]=="intel-15" then "/Qwd869", -- remark #869: parameter "xxx" was never referenced } end - configuration { "vs2015*" } + configuration { "vs201*" } buildoptions { "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration } @@ -289,7 +289,7 @@ end "-include stdint.h" } - configuration { "vs2015*" } + configuration { "vs201*" } buildoptions { "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration } @@ -377,7 +377,7 @@ if _OPTIONS["vs"]=="intel-15" then "/Qwd869", -- remark #869: parameter "xxx" was never referenced } end - configuration { "vs2015*" } + configuration { "vs201*" } buildoptions { "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration "/wd4457", -- warning C4457: declaration of 'xxx' hides function parameter @@ -672,7 +672,7 @@ if _OPTIONS["vs"]=="intel-15" then } end - configuration { "vs2015*" } + configuration { "vs201*" } buildoptions { "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration } @@ -924,7 +924,7 @@ end -- "/Qwd1879", -- warning #1879: unimplemented pragma ignored -- } --end --- configuration { "vs2015*" } +-- configuration { "vs201*" } -- buildoptions { -- "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration -- } |