diff options
author | 2016-05-03 12:20:29 +0200 | |
---|---|---|
committer | 2016-05-03 12:20:29 +0200 | |
commit | f97b68d3ed8312f0800fc0e501ad0174a968d3e9 (patch) | |
tree | bf876c8732bd657d05908876ae88e1736f306610 /3rdparty/genie/src/base/api.lua | |
parent | f2aca844f6bbfcc0d1284d6dd546cd552cbe0a92 (diff) |
Update GENie, BGFX and BX (nw)
Diffstat (limited to '3rdparty/genie/src/base/api.lua')
-rw-r--r-- | 3rdparty/genie/src/base/api.lua | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/3rdparty/genie/src/base/api.lua b/3rdparty/genie/src/base/api.lua index d83138e9fcc..491a0302697 100644 --- a/3rdparty/genie/src/base/api.lua +++ b/3rdparty/genie/src/base/api.lua @@ -121,6 +121,12 @@ scope = "config", }, + nopch = + { + kind = "filelist", + scope = "config", + }, + files = { kind = "filelist", @@ -149,14 +155,18 @@ EnableMinimalRebuild = 1, EnableSSE = 1, EnableSSE2 = 1, + EnableAVX = 1, + EnableAVX2 = 1, ExtraWarnings = 1, FatalWarnings = 1, FloatFast = 1, FloatStrict = 1, Managed = 1, + MinimumWarnings = 1, MFC = 1, NativeWChar = 1, No64BitChecks = 1, + NoBufferSecurityCheck = 1, NoEditAndContinue = 1, NoExceptions = 1, NoFramePointer = 1, @@ -167,6 +177,8 @@ NoNativeWChar = 1, NoPCH = 1, NoRTTI = 1, + NoWinMD = 1, -- explicitly disables Windows Metadata + NoWinRT = 1, -- explicitly disables Windows Runtime Extension FastCall = 1, StdCall = 1, SingleOutputDir = 1, @@ -223,7 +235,7 @@ kind = "string", scope = "project", }, - + windowstargetplatformminversion = { kind = "string", |