diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-15 16:12:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-15 16:12:53 (GMT) |
commit | b5850105f3e012c6c89834c0b5b60392c0747081 (patch) | |
tree | 7f8ffa3fe212e8f58a80877e95be4c469297c9b3 /win/makefile.bc | |
parent | 0783b44c6a31a95775875f9ade3e0c5c6fe53eca (diff) | |
download | tcl-b5850105f3e012c6c89834c0b5b60392c0747081.zip tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.gz tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.bz2 |
* win/configure: autoconf-2.59 (FC6 fork)
* library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for
* win/configure.in: [1682211] bug fix.
* win/makefile.bc:
* win/tclWinReg.c:
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 36ae8c0..81bba54 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -130,8 +130,8 @@ VERSION = 85 DDEVERSION = 13 DDEDOTVERSION = 1.3 -REGVERSION = 11 -REGDOTVERSION = 1.1 +REGVERSION = 12 +REGDOTVERSION = 1.2 BINROOT = .. !IF "$(NODEBUG)" == "1" @@ -449,9 +449,9 @@ install-libraries: -@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" - -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.1" + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.2" + -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.2" + -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.2" @echo installing encoding files -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\encoding" -@copy "$(ROOT)\library\encoding\*.enc" "$(SCRIPT_INSTALL_DIR)\encoding" |