summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
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.bc
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.bc')
-rw-r--r--win/makefile.bc4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 758eff6..7666309 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -420,6 +420,8 @@ install-binaries: $(TCLSH)
@copy "$(TCLPIPEDLL)" "$(BIN_INSTALL_DIR)"
@echo installing $(TCLSTUBLIBNAME)
@copy "$(TCLSTUBLIB)" "$(LIB_INSTALL_DIR)"
+ @echo installing $(WINDIR)\tclooConfig.sh
+ @copy "$(WINDIR)\tclooConfig.sh" "$(LIB_INSTALL_DIR)"
install-libraries:
-@$(MKDIR) "$(LIB_INSTALL_DIR)"
@@ -429,7 +431,7 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http1.0"
-@copy "$(ROOT)\library\http1.0\http.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0"
-@copy "$(ROOT)\library\http1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0"
- @echo installing http2.7
+ @echo installing http2.8
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.8"
-@copy "$(ROOT)\library\http\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.8"
-@copy "$(ROOT)\library\http\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.8"