Fossil SCM
In the build wiki, mention that buildmsvc.bat can be called in a normal command prompt.
Commit
b7e8b8e72dad78c6cc1e750a5dd270937a589c9d9114888de1e497839abf847b
Parent
f5d1c5e0f9125a9…
1 file changed
+5
-3
+5
-3
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -176,14 +176,16 @@ | ||
| 176 | 176 | not applicable on Windows may cause the configuration or compilation to fail |
| 177 | 177 | (e.g. fusefs, internal-sqlite, etc). |
| 178 | 178 | |
| 179 | 179 | <li><i>MSVC</i> → Use the MSVC makefile.</li> |
| 180 | 180 | |
| 181 | -Run all of the following from a "x64 Native Tools Command Prompt". | |
| 181 | +<em>NB:</em> Run the following <code>nmake</code> commands from a "x64 Native | |
| 182 | +Tools Command Prompt"; <code>buildmsvc.bat</code> is able to automatically load | |
| 183 | +the build tools (x64 by default, pass "x86" as the first argument to use the | |
| 184 | +x86 tools), so it can be called from a normal command prompt. | |
| 182 | 185 | |
| 183 | -First | |
| 184 | -change to the "win/" subdirectory ("<b>cd win</b>") then run | |
| 186 | +First, change to the "win/" subdirectory ("<b>cd win</b>"), then run | |
| 185 | 187 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 186 | 188 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 187 | 189 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 188 | 190 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 189 | 191 | first <a href="https://www.openssl.org/source/">download the official |
| 190 | 192 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -176,14 +176,16 @@ | |
| 176 | not applicable on Windows may cause the configuration or compilation to fail |
| 177 | (e.g. fusefs, internal-sqlite, etc). |
| 178 | |
| 179 | <li><i>MSVC</i> → Use the MSVC makefile.</li> |
| 180 | |
| 181 | Run all of the following from a "x64 Native Tools Command Prompt". |
| 182 | |
| 183 | First |
| 184 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 185 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 186 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 187 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 188 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 189 | first <a href="https://www.openssl.org/source/">download the official |
| 190 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -176,14 +176,16 @@ | |
| 176 | not applicable on Windows may cause the configuration or compilation to fail |
| 177 | (e.g. fusefs, internal-sqlite, etc). |
| 178 | |
| 179 | <li><i>MSVC</i> → Use the MSVC makefile.</li> |
| 180 | |
| 181 | <em>NB:</em> Run the following <code>nmake</code> commands from a "x64 Native |
| 182 | Tools Command Prompt"; <code>buildmsvc.bat</code> is able to automatically load |
| 183 | the build tools (x64 by default, pass "x86" as the first argument to use the |
| 184 | x86 tools), so it can be called from a normal command prompt. |
| 185 | |
| 186 | First, change to the "win/" subdirectory ("<b>cd win</b>"), then run |
| 187 | "<b>nmake /f Makefile.msc</b>".<br><br>Alternatively, the batch |
| 188 | file "<b>win\buildmsvc.bat</b>" may be used and it will attempt to |
| 189 | detect and use the latest installed version of MSVC.<br><br>To enable |
| 190 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 191 | first <a href="https://www.openssl.org/source/">download the official |
| 192 |