summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2016-12-13 01:27:25 (GMT)
committerandy <andrew.m.goth@gmail.com>2016-12-13 01:27:25 (GMT)
commit06e138e871b01b6684e91910664bcefe1e01d969 (patch)
tree4b39cc37d626c7bc7f25783832dbb58fa823ace4 /win/makefile.vc
parent75abd6bb662ec2650847427da15a629842b3a63f (diff)
parent6da0c767cd83c18aa8a2c152ad6b0298ea4f28ab (diff)
downloadtcl-lanam_array_for_impl.zip
tcl-lanam_array_for_impl.tar.gz
tcl-lanam_array_for_impl.tar.bz2
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 c10b196..d6de5e1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -113,12 +113,12 @@ the build instructions.
# memdbg = Enables the debugging memory allocator.
#
# CHECKS=64bit,fullwarn,nodep,none
-# Sets special macros for checking compatability.
+# Sets special macros for checking compatibility.
#
# 64bit = Enable 64bit portability warnings (if available)
# fullwarn = Builds with full compiler and link warnings enabled.
# Very verbose.
-# nodep = Turns off compatability macros to ensure the core
+# nodep = Turns off compatibility macros to ensure the core
# isn't being built with deprecated functions.
#
# MACHINE=(ALPHA|AMD64|IA64|IX86)