diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 10:16:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 10:16:01 +0200 |
commit | ed7104094b14109ab5cbf8b696e01eebadb764dd (patch) | |
tree | 3c9895d56112ed6662b90d55ab33a26158e25b54 /INSTALL | |
parent | 634991096d72e1a6ccfd25574d2a9e90fed120f9 (diff) |
Translate most link.exe options, other minor cleanups
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,12 +4,12 @@ Setup Setting Scripts --------------- -The "driver" scripts that you will be invoking are cl-NN, lib-NN, and link-NN, -where NN is the Visual Studio version (e.g., 11, 12, 14, etc). There are also -the "configuration" scripts, msvc-NN, which provide the Visual Studio/SDK -location and configuration (in a way similar to vcvars32.bat). There is also a -bunch of other helper scripts that you will not need to modify or invoke -directly. +The "driver" scripts that you will be invoking are cl-NN, link-NN, lib-NN, +etc., where NN is the Visual Studio version (e.g., 11, 12, 14, etc). There +are also the "configuration" scripts, msvc-NN, which provide the Visual +Studio/SDK location and configuration (in a way similar to vcvars32.bat). +There is also a bunch of other helper scripts that you will not need to +modify or invoke directly. All of these scripts should reside in the same directory. In particular, you cannot copy, say, cl-NN to /usr/local/bin/ while leaving the rest in some |