diff options
| author | ruki <[email protected]> | 2018-06-05 00:31:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-04 21:08:39 +0800 |
| commit | 4c84a126bbaa577bd8a023257c42ca2892f26338 (patch) | |
| tree | ab77e78a985466b1b424c4cc86384f55ade6a44b /xmake/platforms/windows/xmake.lua | |
| parent | 20d0fc6706aab723049bc7ae148c4d74050cd8ab (diff) | |
add wdk_winver config option
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index 4d8680e26..0ca6d2b86 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -99,6 +99,13 @@ platform("windows") , {category = "WDK Configuration" } , {nil, "wdk", "kv", "auto", "The WDK Directory" } , {nil, "wdk_sdkver","kv", "auto", "The WDK Version" } + , {nil, "wdk_winver","kv", "auto", "The WDK Windows Version", + " - win10_rs3", + " - win10", + " - win81", + " - win8", + " - win7", + " - win7_[sp1|sp2|sp3]" } } , global = |
