diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-29 03:23:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-29 19:59:24 +0300 |
commit | 1e9c3d01783d0c4c8f4d38baa662fa2b836a710b (patch) | |
tree | 3b470678b1b36dc88ab7a6ef9cc4ae91e60b2f5c /buildfile | |
parent | 6513bb7b269ea8b39dfed0e86a2df9a01ee23416 (diff) |
Add Windows 10 SDK discovery
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ s = cl-11-32 lib-11-32 link-11-32 mt-11-32 rc-11-32 \ msvc-dispatch \ \ msvc-common/{msvc-cl-common msvc-common msvc-lib-common \ - msvc-link-common msvc-mt-common msvc-rc-common} \ + msvc-link-common msvc-mt-common msvc-rc-common \ + msvc-sdk-common} \ \ msvc-11/{msvc-11-32} \ msvc-12/{msvc-12-32} \ |