docs: Mention the --msvs

This commit is contained in:
Cheng Zhao 2016-07-26 17:42:12 +09:00
parent b34deb1d2f
commit 89de791e9d

View file

@ -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: