diff options
author | nijtmans <nijtmans> | 2010-10-31 21:25:07 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-31 21:25:07 (GMT) |
commit | 149500b70d30ecbe2fec2a579d6940e8ac591caf (patch) | |
tree | d5fdcbd91e15ba658de09ed986f38f3ee76e8820 /win/.cvsignore | |
parent | f3eecfda59c82db4d384e61989803bd6742a591e (diff) | |
download | tcl-149500b70d30ecbe2fec2a579d6940e8ac591caf.zip tcl-149500b70d30ecbe2fec2a579d6940e8ac591caf.tar.gz tcl-149500b70d30ecbe2fec2a579d6940e8ac591caf.tar.bz2 |
Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
Diffstat (limited to 'win/.cvsignore')
-rw-r--r-- | win/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/.cvsignore b/win/.cvsignore index b986cda..89889c3 100644 --- a/win/.cvsignore +++ b/win/.cvsignore @@ -13,3 +13,5 @@ tcl.hpj tclConfig.sh nmakehlp.exe .#* +config.cache +config.status |