diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 18:10:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 18:10:48 +0300 |
commit | 463d7d6d576b4e4dae42264343f1592758d0cbf5 (patch) | |
tree | 33026e47f98175968248ce1fdf1aca3e1392629c /INSTALL | |
parent | d02ed4c50a28495be82e3072f2a746e6d1312442 (diff) |
Add support for 16.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |