diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-31 21:47:34 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-31 21:47:34 (GMT) |
commit | f2bac5b1bba338e3beb5b199a8126d4e838b6d82 (patch) | |
tree | fa7ade5c2193fb54ab379fa56d4ef6286a7e5554 /win/makefile.vc | |
parent | ce16019300e66b466f8ad327c5b3a03fe6876f8e (diff) | |
download | tcl-f2bac5b1bba338e3beb5b199a8126d4e838b6d82.zip tcl-f2bac5b1bba338e3beb5b199a8126d4e838b6d82.tar.gz tcl-f2bac5b1bba338e3beb5b199a8126d4e838b6d82.tar.bz2 |
Updated version of http package
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 898c36a..c408909 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.153 2006/10/20 15:16:48 dkf Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.154 2006/10/31 21:47:34 patthoyts Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -511,9 +511,9 @@ baselibs = $(baselibs) bufferoverflowU.lib # TclTest flags #--------------------------------------------------------------------- -!IF "$(TESTPAT)" != "" -TESTFLAGS = -file $(TESTPAT) -!ENDIF +!if "$(TESTPAT)" != "" +TESTFLAGS = $(TESTFLAGS) -file $(TESTPAT) +!endif #--------------------------------------------------------------------- @@ -1011,9 +1011,9 @@ install-libraries: tclConfig install-msgs install-tzdata @echo Installing library http1.0 directory @$(CPY) "$(ROOT)\library\http1.0\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\http1.0\" - @echo Installing package http 2.5.2 as a Tcl Module + @echo Installing package http 2.5.3 as a Tcl Module @$(COPY) "$(ROOT)\library\http\http.tcl" \ - "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.4\http-2.5.2.tm" + "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.4\http-2.5.3.tm" @echo Installing library opt0.4 directory @$(CPY) "$(ROOT)\library\opt\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\opt0.4\" |