summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
commit09329962c189c0d1906e761169e968afee62158d (patch)
treea1e32dcbe5897e1211e7cd4f98c0829f014139b1 /win/makefile.vc
parent07515d78a3338310802f115886c4cfa80acc1795 (diff)
parent3018d78340026597655745f383e8f4c2e4e9505d (diff)
downloadtk-09329962c189c0d1906e761169e968afee62158d.zip
tk-09329962c189c0d1906e761169e968afee62158d.tar.gz
tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index b2d3996..56c9dea 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -58,7 +58,7 @@
# 64-bit compiler, if your SDK has it.
#
# Examples:
-# Assumign Tcl sources lie in ../../tcl
+# Assuming Tcl sources lie in ../../tcl
# c:\tcl_src\win\>nmake -f makefile.vc release
# If Tcl sources are not in ../../tcl, use the TCLDIR macro to specify dir
# c:\tcl_src\win\>nmake -f makefile.vc release TCLDIR=c:\src\tcl
@@ -66,7 +66,7 @@
# c:\tcl_src\win\>nmake -f makefile.vc test
# Install Tk in location specified by INSTALLDIR macro
# c:\tcl_src\win\>nmake -f makefile.vc install INSTALLDIR=c:\progra~1\tcl
-# Build release with PDF files
+# Build release with PDB files
# c:\tcl_src\win\>nmake -f makefile.vc release OPTS=pdbs
# Build debug version
# c:\tcl_src\win\>nmake -f makefile.vc release OPTS=symbols