summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-31 10:29:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-31 10:29:17 (GMT)
commit517621a49a33a09a8f3e0a4519624b3f0af770fd (patch)
tree8ca400afc017eba602d3fe9acd623f82af3a6b80 /win/rules.vc
parent4a52037c93838a968824b5e2f3d4f9b2f8034c34 (diff)
downloadtcl-517621a49a33a09a8f3e0a4519624b3f0af770fd.zip
tcl-517621a49a33a09a8f3e0a4519624b3f0af770fd.tar.gz
tcl-517621a49a33a09a8f3e0a4519624b3f0af770fd.tar.bz2
Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc10
1 files changed, 0 insertions, 10 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 4efbad7..425f5fb 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -469,16 +469,6 @@ Failed to find tcl.h. The TCLDIR macro does not appear correct.
!endif
!endif
-### TODO: add a command to nmakehlp.c to grep for Tcl's version from tcl.h.
-### Because nmake can't return a string, we'll need to play games with return
-### codes. It might look something like this:
-#!if [nmakehlp -g $(TCL.H)] == 81
-#TCL_DOTVERSION = 8.1
-#!elseif [nmakehlp -g $(TCL.H)] == 82
-#TCL_DOTVERSION = 8.2
-#...
-#!endif
-
TCL_DOTVERSION = 8.4
TCL_VERSION = $(TCL_DOTVERSION:.=)