summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-04 12:38:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-04 12:38:37 (GMT)
commit7fbdc22e15b48b888546a5df320f8d7ffedb78b1 (patch)
tree838814268df1612366f505acc1876e1ca9e22bf5 /win
parent83284028be79738bc82ba21dd3f02fe2effb46ee (diff)
downloadtk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.zip
tk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.tar.gz
tk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.tar.bz2
TIP #581: grid/pack/place implementation (internal) and documentation
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/rules.vc b/win/rules.vc
index d4765b9..6dca6d9 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -514,7 +514,7 @@ CFG_ENCODING = \"cp1252\"
# information about supported compiler options etc.
#
# Tcl itself will always use the nmakehlp.c program which is
-# in its own source. This is the "master" copy and kept updated.
+# in its own source. It will be kept updated there.
#
# Extensions built against an installed Tcl will use the installed
# copy of Tcl's nmakehlp.c if there is one and their own version
@@ -1669,7 +1669,7 @@ default-shell: default-setup $(PROJECT)
!ifdef RCFILE
# Note: don't use $** in below rule because there may be other dependencies
-# and only the "master" rc must be passed to the resource compiler
+# and only the "main" rc must be passed to the resource compiler
$(TMP_DIR)\$(PROJECT).res: $(RCDIR)\$(PROJECT).rc
$(RESCMD) $(RCDIR)\$(PROJECT).rc
@@ -1723,7 +1723,7 @@ DISABLE_IMPLICIT_RULES = 0
!if !$(DISABLE_IMPLICIT_RULES)
# Implicit rule definitions - only for building library objects. For stubs and
-# main application, the master makefile should define explicit rules.
+# main application, the makefile should define explicit rules.
{$(ROOT)}.c{$(TMP_DIR)}.obj::
$(CCPKGCMD) @<<