summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-11-10 22:55:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-11-10 22:55:47 (GMT)
commitcb5c86b8a76dfadd445e7a9c45be06b4831260bb (patch)
tree2baa3b79f21d931cebde7a156afa75f1eaa9b134 /win/makefile.bc
parentf38d3f45e484452ba99ef07b5348e2c479650d4a (diff)
downloadtcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.zip
tcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.tar.gz
tcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.tar.bz2
* library/dde/pkgIndex.tcl: Added safeguards so that registry
* library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57)
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 2457345..7814623 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -127,8 +127,8 @@ STUBPREFIX = $(NAMEPREFIX)stub
DOTVERSION = 8.5
VERSION = 85
-DDEVERSION = 12
-DDEDOTVERSION = 1.2
+DDEVERSION = 13
+DDEDOTVERSION = 1.3
REGVERSION = 11
REGDOTVERSION = 1.1
@@ -442,9 +442,9 @@ install-libraries:
-@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.2"
-@copy "$(ROOT)\library\tcltest\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.2"
@echo installing $(TCLDDEDLLNAME)
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.1"
- -@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.1"
- -@copy "$(ROOT)\library\dde\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.1"
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.3"
+ -@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.3"
+ -@copy "$(ROOT)\library\dde\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.3"
@echo installing $(TCLREGDLLNAME)
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.1"
-@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.1"