summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-11 21:33:30 (GMT)
committernijtmans <nijtmans>2010-10-11 21:33:30 (GMT)
commitba1e879a900878d2af5f7df9611ea6e3f6a4590f (patch)
treeb6f51e78a88aec8cb154140bbba6c65cda1118e8 /win
parentc42eda04e6837d61bba3ad6eb4d8deb5383ec76a (diff)
downloadtcl-ba1e879a900878d2af5f7df9611ea6e3f6a4590f.zip
tcl-ba1e879a900878d2af5f7df9611ea6e3f6a4590f.tar.gz
tcl-ba1e879a900878d2af5f7df9611ea6e3f6a4590f.tar.bz2
Update for VS10
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/rules.vc b/win/rules.vc
index f35a51f..ec63ba3 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -11,7 +11,7 @@
# Copyright (c) 2003-2007 Patrick Thoyts
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.44 2010/08/31 20:48:17 nijtmans Exp $
+# RCS: @(#) $Id: rules.vc,v 1.45 2010/10/11 21:33:30 nijtmans Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -189,7 +189,9 @@ VCVER=0
!if ![echo VCVERSION=_MSC_VER > vercl.x] \
&& ![cl -nologo -TC -P vercl.x $(ERRNULL)]
!include vercl.i
-!if $(VCVERSION) >= 1500
+!if $(VCVERSION) >= 1600
+VCVER=10
+!elseif $(VCVERSION) >= 1500
VCVER=9
!elseif $(VCVERSION) >= 1400
VCVER=8