Updated Building for Windows (markdown)

shuffle2 2021-11-19 08:24:24 -08:00
parent 1d6e23e682
commit e97b3faf36
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@ Dolphin can be built with msbuild or cmake. Both msbuild and cmake are supported
* From the cmdline: `c:\src\dolphin>devenv .`
1. Configure build target (e.g. Release)
1. Select ``Dolphin.exe`` as startup item
1. Press F7 or choose `Build > Build Solution` from the menu bar
1. Press F7 or choose `Build > Build All` from the menu bar
### Build in VS Code with cmake
1. Open the folder Dolphin was cloned into with VS Code