File tree 1 file changed +5
-6
lines changed
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
9
9
Visual Studio GUI. The project files created by the Visual Studio GUI
10
10
are used as input by the MSBuild tool.
11
11
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:
14
14
15
15
1 . Install the ` goto-cl.exe ` and ` goto-link.exe ` binaries in some
16
16
directory that is contained in the PATH environment variable.
@@ -21,15 +21,14 @@ Visual Studio project as follows:
21
21
3 . Open the Visual Studio Command Prompt (in the Tools menu).
22
22
23
23
4 . Locate the directory that contains the project. Change into this
24
- directory using "CD" .
24
+ directory.
25
25
26
26
5 . Type
27
27
28
28
msbuild /p:CLToolExe=goto-cl.exe /p:LinkToolExe=goto-link.exe /p:Flavor=goto-cc /p:Platform=x86
29
29
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.
32
32
33
33
Note that the recent versions of goto-cc also support file names with
34
34
non-ASCII (Unicode) characters on Windows platforms.
35
-
You can’t perform that action at this time.
0 commit comments