diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-06-14 15:24:19 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-06-14 15:24:19 (GMT) |
commit | e4eabb48f7c89dda3e4ff784dced55eeda4bdee8 (patch) | |
tree | e1c79e7544a97718e41b92e072e20fcdcd40fba6 /win | |
parent | 509281cd2ab88a10a9e781f373d5e59f29f3bc79 (diff) | |
download | tcl-e4eabb48f7c89dda3e4ff784dced55eeda4bdee8.zip tcl-e4eabb48f7c89dda3e4ff784dced55eeda4bdee8.tar.gz tcl-e4eabb48f7c89dda3e4ff784dced55eeda4bdee8.tar.bz2 |
Remove test chunk
Diffstat (limited to 'win')
-rw-r--r-- | win/rules.vc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/rules.vc b/win/rules.vc index 05a3062..9b7a6c4 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -11,7 +11,7 @@ # Copyright (c) 2003 Patrick Thoyts # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: rules.vc,v 1.11.2.1 2006/06/14 15:21:15 patthoyts Exp $ +# RCS: @(#) $Id: rules.vc,v 1.11.2.2 2006/06/14 15:24:19 patthoyts Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -268,9 +268,9 @@ DBGX = SUFX = $(SUFX:g=) !endif -!if $(VCVER) > 6 -BUILDDIRTOP =$(BUILDDIRTOP)_VC$(VCVER) -!endif +#!if $(VCVER) > 6 +#BUILDDIRTOP =$(BUILDDIRTOP)_VC$(VCVER) +#!endif TMP_DIRFULL = .\$(BUILDDIRTOP)\$(PROJECT)_ThreadedDynamicStaticX |