summaryrefslogtreecommitdiffstats
path: root/Templates/MSBuild/FlagTables/v11_Link.json
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-21 20:49:03 (GMT)
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 15:43:28 (GMT)
commit1d00fd7702d9cf9c1f2d7a1c17bc9a80f345c39b (patch)
tree34d9c04981bfb41205239a3b661169b334533d8e /Templates/MSBuild/FlagTables/v11_Link.json
parent3133fa50948d3f2369a9e5b598ff6537ff7506df (diff)
downloadCMake-1d00fd7702d9cf9c1f2d7a1c17bc9a80f345c39b.zip
CMake-1d00fd7702d9cf9c1f2d7a1c17bc9a80f345c39b.tar.gz
CMake-1d00fd7702d9cf9c1f2d7a1c17bc9a80f345c39b.tar.bz2
VS: Fix /MANIFESTUAC:NO linker option mapping
Original header commits: v10/v11/v12 commit v3.0.0-rc5~3^2 v140 commit v3.1.0-rc1~358^2~3 There are no versions of /MANIFESTUAC:NO where addition values are appended. Remove both of the MANIFESTUAC:NO entries from our flag tables and replace them with one which would set EnableUAC to false and immediately stop processing the /MANIFESTUAC:NO option.
Diffstat (limited to 'Templates/MSBuild/FlagTables/v11_Link.json')
-rw-r--r--Templates/MSBuild/FlagTables/v11_Link.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/Templates/MSBuild/FlagTables/v11_Link.json b/Templates/MSBuild/FlagTables/v11_Link.json
index 6829abb..858526c 100644
--- a/Templates/MSBuild/FlagTables/v11_Link.json
+++ b/Templates/MSBuild/FlagTables/v11_Link.json
@@ -599,11 +599,7 @@
"switch": "MANIFESTUAC:NO",
"comment": "Enable User Account Control (UAC)",
"value": "false",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
+ "flags": []
},
{
"name": "EnableUAC",