You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ cd ./isa_spec_manager/build
26
26
./prebuild_windows.bat
27
27
```
28
28
29
-
The above script will create a windows directory and generate a solution for Visual Studio.
29
+
The above script will create a `windows` subfolder and generate a Visual Studio solution within it.
30
30
31
31
By default, a solution is generated for VS 2022. To generate a solution for a different VS version or to use a different MSVC toolchain use the `--vs` argument.
32
32
For example, to generate the solution for VS 2019 with the VS 2019 toolchain, run:
0 commit comments