diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-29 21:11:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-29 21:11:07 (GMT) |
commit | c432e7b332d9321812099c3ec7bb1891165dd257 (patch) | |
tree | ec69223d8d7d1272f4c394e92b65decf1b682856 /win/makefile.vc | |
parent | e14b7fdff9f29b4251760d69f301abf129265921 (diff) | |
download | tcl-c432e7b332d9321812099c3ec7bb1891165dd257.zip tcl-c432e7b332d9321812099c3ec7bb1891165dd257.tar.gz tcl-c432e7b332d9321812099c3ec7bb1891165dd257.tar.bz2 |
fix some comments
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 0fbfc2c..6c8a5e3 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -121,7 +121,8 @@ the build instructions. # Set the machine type used for the compiler, linker, and # resource compiler. This hook is needed to tell the tools # when alternate platforms are requested. IX86 is the default -# when not specified. +# when not specified. If the CPU environment variable has been +# set (ie: recent Platform SDK) then MACHINE is set from CPU. # # TMP_DIR=<path> # OUT_DIR=<path> |