From 89de791e9d6b50566d7370e151497968c2f17f69 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 26 Jul 2016 17:42:12 +0900 Subject: [PATCH] docs: Mention the --msvs --- docs/development/build-instructions-windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 2c85dbcf11bb..400fa370e8c5 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -69,6 +69,14 @@ $ python script\bootstrap.py -v --target_arch=ia32 The other building steps are exactly the same. +## Visual Studio project + +To generate a Visual Studio project, you can pass the `--msvs` parameter: + +```powershell +$ python script\bootstrap.py --msvs +``` + ## Tests Test your changes conform to the project coding style using: