From 58574de487f8192d49fabc39302e3421e41c5b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Rocha?= Date: Sat, 28 Nov 2015 22:38:47 -0800 Subject: [PATCH] Updated Building (markdown) --- Building.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Building.md b/Building.md index b32ea1a..8f0bc61 100644 --- a/Building.md +++ b/Building.md @@ -20,8 +20,7 @@ Use the following MSBuild properties to set the platform, configuration, and too * Configuration
Either Debug or Release. It will determine either to use code optimizations or produce debugging information. * PlatformToolset
- Compiler collection to use. Default is v140_xp (Visual Studio 2015 with Windows XP support).
- Other accepted values/versions: v140, v120, v120_xp, v110, v110_xp, v100, v90 (Note: You need to have the corresponding Visual Studio version installed). + 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). Sample comand to build Project64, Release|x64 variant for MSVC 14 without XP support: ```