aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-25 18:10:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-25 18:10:48 +0300
commit463d7d6d576b4e4dae42264343f1592758d0cbf5 (patch)
tree33026e47f98175968248ce1fdf1aca3e1392629c /INSTALL
parentd02ed4c50a28495be82e3072f2a746e6d1312442 (diff)
Add support for 16.1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e6b7ef7..677d495 100644
--- a/INSTALL
+++ b/INSTALL
@@ -410,7 +410,7 @@ Create the driver scripts corresponding to each new configuration. For example
(replace <version> and <target>):
for t in cl link lib mt rc; do \
- cp cl-11-32 $t-<version>-<target>; done
+ cp $t-16.0-32 $t-<version>-<target>; done
Copy and Setup Visual Studio on Linux