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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,11 @@ Additionally, it configures format-on-save and a debug target for the UCP3.
59
59
If the scripts are preferred, the following triggers a build using the scripts:
60
60
1. Open a terminal. If the Visual Studio CMake version is used, it needs to be the CMD developer command prompt.
61
61
2. Navigate to this project folder
62
-
3. Invoke vsvars32-portable.bat from the MSVC1400 in the developer command prompt session. Check with `where cl.exe` to see if it was successful: cl.exe and link.exe are supposed to be executed from your MSVC1400 folder. `where cmake` should point to your CMake installation.
63
-
4. Execute build.bat:
62
+
3. Execute build.bat:
64
63
```sh
65
64
build.bat RelWithDebInfo
66
65
```
67
-
5. Compare a functionbyte by byte to check compilation:
66
+
4. Compare a functionbyte by byte to check compilation:
0 commit comments