From e97b3faf3680ca30d46544e4c4bc1a3a8bc245d5 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Fri, 19 Nov 2021 08:24:24 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 1e495a9..9c96e77 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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