docs: Mention the --msvs
This commit is contained in:
parent
b34deb1d2f
commit
89de791e9d
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue