summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-18 23:58:40 (GMT)
committerhobbs <hobbs>2002-10-18 23:58:40 (GMT)
commit438dbb4cace38cc29b6a415a21674c2a19ce8568 (patch)
tree6086fb862a1de93f00f1d754ecb6bb686936f058 /win/makefile.bc
parentb5af65e9d69a52d972ebbcb19fcd5bebd1bdc884 (diff)
downloadtcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.zip
tcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.tar.gz
tcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.tar.bz2
* library/reg/pkgIndex.tcl:
* win/configure: * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/makefile.bc: Updated to reg1.1
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 a381b30..918fe21 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -113,8 +113,8 @@ VERSION = 84
DDEVERSION = 12
DDEDOTVERSION = 1.2
-REGVERSION = 10
-REGDOTVERSION = 1.0
+REGVERSION = 11
+REGDOTVERSION = 1.1
BINROOT = ..
!IF "$(NODEBUG)" == "1"
@@ -421,9 +421,9 @@ install-libraries:
-@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.1"
-@copy "$(ROOT)\library\dde\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.1"
@echo installing $(TCLREGDLLNAME)
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.0"
- -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.0"
- -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.0"
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.1"
+ -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.1"
+ -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.1"
@echo installing encoding files
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\encoding"
-@copy "$(ROOT)\library\encoding\*.enc" "$(SCRIPT_INSTALL_DIR)\encoding"