aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-29 03:23:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-29 19:59:24 +0300
commit1e9c3d01783d0c4c8f4d38baa662fa2b836a710b (patch)
tree3b470678b1b36dc88ab7a6ef9cc4ae91e60b2f5c /buildfile
parent6513bb7b269ea8b39dfed0e86a2df9a01ee23416 (diff)
Add Windows 10 SDK discovery
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 5165c16..bf549d8 100644
--- a/buildfile
+++ b/buildfile
@@ -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} \