Skip to content

Commit 0a85ea4

Browse files
authored
Merge pull request #6211 from cdpark/UUF-fixes-batch8
540855-UUFfixes-cpp-docs-pr-Dec2025 - batch 8
2 parents fd59789 + 302d37c commit 0a85ea4

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/build/reference/creating-a-makefile-project.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ The output file that you specify in the project has no effect on the name that t
3030

3131
### To create a makefile project in Visual Studio
3232

33-
1. From the Visual Studio main menu, choose **File** > **New** > **Project** and type "makefile" into the search box. If you see more than one project template, select from the options depending on your target platform.
33+
1. From the Visual Studio main menu, choose **File** > **New** > **Project/Solution**.
34+
35+
:::image type="content" source="media/file-new-project.png" alt-text="Screenshot of the File > New > Project/Solution menu item.":::
36+
37+
1. Type *makefile* into the search box. If you see more than one project template, select the option for your target platform.
38+
39+
:::image type="content" source="media/create-project.png" alt-text="Screenshot of the Create a new project dialog. The Create a new project text field text box contains the text: makefile.":::
3440

3541
1. **Windows only**: In the Makefile project **Debug Configuration Settings** page, provide the command, output, clean, and rebuild information for debug and retail builds. Choose **Next** if you want to specify different settings for a Release configuration.
3642

28.2 KB
Loading
15.1 KB
Loading

0 commit comments

Comments
 (0)