Changes between Version 16 and Version 17 of CompilationGuide/MSVC
- Timestamp:
- Mar 9, 2016, 9:28:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v16 v17 28 28 the tools. 29 29 30 In particular, the build system will use the `cl` compiler and the `link` linker bundled with the employed version of VisualStudio. In order to setup the enviroment it is so necessary to set the PATH, LIB, and INCLUDEvariables to appropriate values.30 In particular, the build system will use the `cl` compiler and the `link` linker bundled with the employed version of VisualStudio. In order to setup the enviroment it is so necessary to set the `PATH`, `LIB`, and `INCLUDE` variables to appropriate values. 31 31 32 This can be done by launching a cmd.exenative shell from the VisualStudio GUI. This can be done for example adding a tool from the Tools menu:32 This can be done by launching a `cmd.exe` native shell from the VisualStudio GUI. This can be done for example adding a tool from the Tools menu: 33 33 {{{ Tools -> External tools... -> Add }}} 34 34
