diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-26 12:01:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-26 12:01:35 (GMT) |
commit | 0994fde7781b45449af20570e7ac1295e647cab9 (patch) | |
tree | 008c40d1362dbf4a5fbdfcf1dac4097d9272434a /win/makefile.vc | |
parent | fc14de1ab112a42834e1e228296e22b1a6e18d71 (diff) | |
parent | a90dcf7e3dbae2714513cbc09ec978dfcf21aa55 (diff) | |
download | tcl-0994fde7781b45449af20570e7ac1295e647cab9.zip tcl-0994fde7781b45449af20570e7ac1295e647cab9.tar.gz tcl-0994fde7781b45449af20570e7ac1295e647cab9.tar.bz2 |
On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 70f3f6e..ecfcecf 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -1102,10 +1102,6 @@ install-libraries: tclConfig install-msgs install-tzdata $(MKDIR) "$(SCRIPT_INSTALL_DIR)"
@if not exist "$(SCRIPT_INSTALL_DIR)\..\tcl8$(NULL)" \
$(MKDIR) "$(SCRIPT_INSTALL_DIR)\..\tcl8"
- @if not exist "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.2$(NULL)" \
- $(MKDIR) "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.2"
- @if not exist "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.3$(NULL)" \
- $(MKDIR) "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.3"
@if not exist "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.4$(NULL)" \
$(MKDIR) "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.4"
@if not exist "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.4\platform$(NULL)" \
|