File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ The MSBuild system is also activated when triggering a build from the
99Visual Studio GUI. The project files created by the Visual Studio GUI
1010are 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
15151 . 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:
21213 . Open the Visual Studio Command Prompt (in the Tools menu).
2222
23234 . Locate the directory that contains the project. Change into this
24- directory using "CD" .
24+ directory.
2525
26265 . 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
3333Note that the recent versions of goto-cc also support file names with
3434non-ASCII (Unicode) characters on Windows platforms.
35-
You can’t perform that action at this time.
0 commit comments