summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-29 12:37:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-29 12:37:06 (GMT)
commit4c5d518f5499a0a9f50e08bba0484cb6650b816a (patch)
tree7073f03e8e55b3535abcf28145846c585303f5a1 /win/makefile.bc
parentabfbb5817007d6610c0cc7352f1d2efcffdda1bc (diff)
downloadtcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.zip
tcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.tar.gz
tcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.tar.bz2
Ensure that all TclOO headers get installed. [Bug 2082299]
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 69d6268..633eb53 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -462,6 +462,8 @@ install-libraries:
@echo installing library files
-@copy "$(GENERICDIR)\tcl.h" "$(INCLUDE_INSTALL_DIR)"
-@copy "$(GENERICDIR)\tclDecls.h" "$(INCLUDE_INSTALL_DIR)"
+ -@copy "$(GENERICDIR)\tclOO.h" "$(INCLUDE_INSTALL_DIR)"
+ -@copy "$(GENERICDIR)\tclOODecls.h" "$(INCLUDE_INSTALL_DIR)"
-@copy "$(GENERICDIR)\tclPlatDecls.h" "$(INCLUDE_INSTALL_DIR)"
-@copy "$(ROOT)\library\history.tcl" "$(SCRIPT_INSTALL_DIR)"
-@copy "$(ROOT)\library\init.tcl" "$(SCRIPT_INSTALL_DIR)"