Skip to content

Updated language use in visual-studio.md #3543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions doc/cprover-manual/visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The MSBuild system is also activated when triggering a build from the
Visual Studio GUI. The project files created by the Visual Studio GUI
are used as input by the MSBuild tool.

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

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

4. Locate the directory that contains the project. Change into this
directory using "CD".
directory.

5. Type

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

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

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