Skip to content

Commit 8dacf71

Browse files
author
drh
committed
Updates to the compile-for-windows.md document.
FossilOrigin-Name: bcd22ed686954657ba820d53dec255d33797924f76e57b931016813581e04e06
1 parent 73dcf45 commit 8dacf71

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

doc/compile-for-windows.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ systems, including MacOS.
4343
or <https://sqlite.org/tmp/tcl9.0.0.tar.gz>.
4444
<li>Untar or unzip the source archive. CD into the "win/" subfolder
4545
of the source tree.
46-
<li>Run: `nmake /f makefile.vc release`
47-
<li>Run: `nmake /f makefile.vc INSTALLDIR=c:\Tcl install`
46+
<li>Run: `nmake /f makefile.vc INSTALLDIR=c:\Tcl release`
47+
<li>Run: `nmake /f makefile.vc INSTALLDIR=c:\Tcl install` <br>
48+
Notes:
49+
<ol type="i">
50+
<li> The previous two `nmake` commands must be run separately.
51+
<li> Also, the INSTALLDIR=... argument is required on both.
52+
</ol>
4853
<li><i>Optional:</i> CD to `c:\Tcl\bin` and make a copy of
4954
`tclsh90.exe` over into just `tclsh.exe`.
5055
<li><i>Optional:</i>

manifest

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
C Minor\scode\sde-duplication\sacross\sthe\stop-level\sauto.def\sand\sautoconf/auto.def.
2-
D 2025-01-30T12:19:30.898
1+
C Updates\sto\sthe\scompile-for-windows.md\sdocument.
2+
D 2025-01-30T13:54:32.680
33
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
44
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
55
F LICENSE.md e108e1e69ae8e8a59e93c455654b8ac9356a11720d3345df2a4743e9590fb20d
@@ -56,7 +56,7 @@ F configure 9a00b21dfd13757bbfb8d89b30660a89ec1f8f3a79402b8f9f9b6fc475c3303a x
5656
F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad
5757
F doc/F2FS.txt c1d4a0ae9711cfe0e1d8b019d154f1c29e0d3abfe820787ba1e9ed7691160fcd
5858
F doc/compile-for-unix.md c9dce1ddd4bf0d25efccc5c63eb047e78c01ce06a6ff29c73e0a8af4a0f4adbc
59-
F doc/compile-for-windows.md 31cddda1d5f34027f1f2b7484d580e7558f22a9875884805b6fdc84d56cab848
59+
F doc/compile-for-windows.md 5141661e783c9ca9e3fd30e813345898712f5c311d71316f183db87038fa28a6
6060
F doc/json-enhancements.md e356fc834781f1f1aa22ee300027a270b2c960122468499bf347bb123ce1ea4f
6161
F doc/jsonb.md 5fab4b8613aa9153fbeb6259297bd4697988af8b3d23900deba588fa7841456b
6262
F doc/lemon.html 8b266ff711d2ec7f867c3dca37634963f48a630329908cc282beebfa8c708706
@@ -2209,8 +2209,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
22092209
F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
22102210
F tool/warnings.sh 49a486c5069de041aedcbde4de178293e0463ae9918ecad7539eedf0ec77a139
22112211
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
2212-
P 23c7d5bea351c04785153ddb30e19c1236db9d11054ab8229893531026b53655
2213-
R ba9c9d617d2000ba71d01bbdea8f462f
2214-
U stephan
2215-
Z 94fb984dd769f6092f86cd16435effad
2212+
P 3c990d77cb83ab371d92c97e0528f790ab6126c60f48ff77e48bd166d7834cf0
2213+
R ee4011e86e18eda74626e7b7a4c214d1
2214+
U drh
2215+
Z c0301aa5783297a36ea33255b63dc517
22162216
# Remove this line to create a well-formed Fossil manifest.

manifest.uuid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3c990d77cb83ab371d92c97e0528f790ab6126c60f48ff77e48bd166d7834cf0
1+
bcd22ed686954657ba820d53dec255d33797924f76e57b931016813581e04e06

0 commit comments

Comments
 (0)