Updated Building (markdown)

Julio César Rocha 2015-11-28 22:38:47 -08:00
parent 48d3efc420
commit 58574de487
1 changed files with 1 additions and 2 deletions

@ -20,8 +20,7 @@ Use the following MSBuild properties to set the platform, configuration, and too
* Configuration<br/> * Configuration<br/>
Either Debug or Release. It will determine either to use code optimizations or produce debugging information. Either Debug or Release. It will determine either to use code optimizations or produce debugging information.
* PlatformToolset<br/> * PlatformToolset<br/>
Compiler collection to use. Default is v140_xp (Visual Studio 2015 with Windows XP support).<br/> Compiler collection to use. Accepted values are: v140_xp, v140, v120, v120_xp, v110, v110_xp, v100, v90 (Note: You need to have the corresponding Visual Studio version installed).
Other accepted values/versions: v140, v120, v120_xp, v110, v110_xp, v100, v90 (Note: You need to have the corresponding Visual Studio version installed).
Sample comand to build Project64, Release|x64 variant for MSVC 14 without XP support: Sample comand to build Project64, Release|x64 variant for MSVC 14 without XP support:
``` ```