Skip to content

Commit 958ac5f

Browse files
author
Daniel Kroening
authored
Merge pull request #3543 from edstenson/review_visual_studio
Updated language use in visual-studio.md
2 parents d666534 + 3646fb8 commit 958ac5f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/cprover-manual/visual-studio.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The MSBuild system is also activated when triggering a build from the
99
Visual Studio GUI. The project files created by the Visual Studio GUI
1010
are used as input by the MSBuild tool.
1111

12-
The MSBuild system can be used to generate goto-binaries from your
13-
Visual Studio project as follows:
12+
To use MSBuild to generate goto-binaries from your
13+
Visual Studio project:
1414

1515
1. Install the `goto-cl.exe` and `goto-link.exe` binaries in some
1616
directory that is contained in the PATH environment variable.
@@ -21,15 +21,14 @@ Visual Studio project as follows:
2121
3. Open the Visual Studio Command Prompt (in the Tools menu).
2222

2323
4. Locate the directory that contains the project. Change into this
24-
directory using "CD".
24+
directory.
2525

2626
5. Type
2727

2828
msbuild /p:CLToolExe=goto-cl.exe /p:LinkToolExe=goto-link.exe /p:Flavor=goto-cc /p:Platform=x86
2929

30-
The platform can be adjusted as required; the "Flavor" given should
31-
match the configuration that was created earlier.
30+
You can adjust the platform as required. The "Flavor" given should
31+
match the configuration you created earlier.
3232

3333
Note that the recent versions of goto-cc also support file names with
3434
non-ASCII (Unicode) characters on Windows platforms.
35-

0 commit comments

Comments
 (0)