summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-09-26 21:42:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-09-26 21:42:04 (GMT)
commit816780ff7b5566020f5e676eb6ca0e77c6347e41 (patch)
tree277b26149a1a22e4892fa023d9356b0c65b19053 /win/makefile.vc
parentd979bd019aca7a87ce8bb62692fb3ebb66ff0117 (diff)
downloadtcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.zip
tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.gz
tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.bz2
Added dummy tclooConfig.sh files for easier cross-version building. [2026844]
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 0d4117f..6b525021 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -13,7 +13,7 @@
# Copyright (c) 2003-2008 Pat Thoyts.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.200 2009/07/11 08:57:08 patthoyts Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.201 2009/09/26 21:42:05 dkf Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -1110,6 +1110,7 @@ install-libraries: tclConfig install-msgs install-tzdata
@$(CPY) "$(ROOT)\library\word.tcl" "$(SCRIPT_INSTALL_DIR)\"
@$(CPY) "$(ROOT)\library\auto.tcl" "$(SCRIPT_INSTALL_DIR)\"
@$(CPY) "$(OUT_DIR)\tclConfig.sh" "$(LIB_INSTALL_DIR)\"
+ @$(CPY) "$(WINDIR)\tclooConfig.sh" "$(LIB_INSTALL_DIR)\"
@echo Installing library http1.0 directory
@$(CPY) "$(ROOT)\library\http1.0\*.tcl" \
"$(SCRIPT_INSTALL_DIR)\http1.0\"