diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-29 12:37:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-29 12:37:06 (GMT) |
commit | 4c5d518f5499a0a9f50e08bba0484cb6650b816a (patch) | |
tree | 7073f03e8e55b3535abcf28145846c585303f5a1 /win/makefile.vc | |
parent | abfbb5817007d6610c0cc7352f1d2efcffdda1bc (diff) | |
download | tcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.zip tcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.tar.gz tcl-4c5d518f5499a0a9f50e08bba0484cb6650b816a.tar.bz2 |
Ensure that all TclOO headers get installed. [Bug 2082299]
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 99698d5..fc9014e 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -13,7 +13,7 @@ # Copyright (c) 2003-2008 Pat Thoyts. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.188 2008/08/11 21:58:09 dgp Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.189 2008/08/29 12:37:18 dkf Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -1026,6 +1026,8 @@ install-libraries: tclConfig install-msgs install-tzdata @echo Installing header files @$(CPY) "$(GENERICDIR)\tcl.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tclDecls.h" "$(INCLUDE_INSTALL_DIR)\" + @$(CPY) "$(GENERICDIR)\tclOO.h" "$(INCLUDE_INSTALL_DIR)\" + @$(CPY) "$(GENERICDIR)\tclOODecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tclPlatDecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tclTomMath.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tclTomMathDecls.h" "$(INCLUDE_INSTALL_DIR)\" |