summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-01-06 08:45:58 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-01-06 08:45:58 (GMT)
commite8141a379a9b93e29c944d4bc9982a66aa40390a (patch)
treecdacb13e31811ebf3abf99ee832d73856b47ff35 /win
parentd1258954d314c8439bd6fe27ad933c2d2a13257f (diff)
downloadtk-e8141a379a9b93e29c944d4bc9982a66aa40390a.zip
tk-e8141a379a9b93e29c944d4bc9982a66aa40390a.tar.gz
tk-e8141a379a9b93e29c944d4bc9982a66aa40390a.tar.bz2
Correction in documentation embedded in rules.vc
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc2
-rw-r--r--win/rules.vc9
2 files changed, 6 insertions, 5 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 139369f..8885853 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -18,7 +18,7 @@
# nmake [-nologo] -f makefile.vc [TARGET|MACRODEF [TARGET|MACRODEF] [...]]
#
# For MACRODEF, see TIP 477 (https://core.tcl-lang.org/tips/doc/trunk/tip/477.md)
-# or examine Sections 6-8 in rules.vc. This makefile has the following
+# or examine Sections 7-9 in rules.vc. This makefile has the following
# values for the OPTS macro in addition to the ones described there.
# noxp = If you do not have the uxtheme.h header then you
# cannot include support for XP themeing.
diff --git a/win/rules.vc b/win/rules.vc
index 1b0693f..b15978f 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -79,10 +79,11 @@ NEED_TK_SOURCE = 0
# 3. Determine the compiler and linker versions
# 4. Build the nmakehlp helper application
# 5. Determine the supported compiler options and features
-# 6. Parse the OPTS macro value for user-specified build configuration
-# 7. Parse the STATS macro value for statistics instrumentation
-# 8. Parse the CHECKS macro for additional compilation checks
-# 9. Extract Tcl, and possibly Tk, version numbers from the headers
+# 6. Extract Tcl, Tk, and possibly extensions, version numbers from the
+# headers
+# 7. Parse the OPTS macro value for user-specified build configuration
+# 8. Parse the STATS macro value for statistics instrumentation
+# 9. Parse the CHECKS macro for additional compilation checks
# 10. Based on this selected configuration, construct the output
# directory and file paths
# 11. Construct the paths where the package is to be installed