diff options
author | nijtmans <nijtmans> | 2010-10-31 21:25:07 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-31 21:25:07 (GMT) |
commit | 44f16df1be0b7cc077186b156b508865160a0b50 (patch) | |
tree | d5fdcbd91e15ba658de09ed986f38f3ee76e8820 /win/.cvsignore | |
parent | 118b3a147bb0d54069c2190fa61bdd06dce15cd9 (diff) | |
download | tcl-44f16df1be0b7cc077186b156b508865160a0b50.zip tcl-44f16df1be0b7cc077186b156b508865160a0b50.tar.gz tcl-44f16df1be0b7cc077186b156b508865160a0b50.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 |