diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 19:01:07 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 19:01:07 (GMT) |
commit | 2298c08df19a3ffe677ced4c1c13ad87b7268199 (patch) | |
tree | 8f9c9ba7f83379d1a35132af2412e240c2fe5cc5 /win | |
parent | 78359f2778567a288d600b8cd89348c49f7a4729 (diff) | |
download | tk-2298c08df19a3ffe677ced4c1c13ad87b7268199.zip tk-2298c08df19a3ffe677ced4c1c13ad87b7268199.tar.gz tk-2298c08df19a3ffe677ced4c1c13ad87b7268199.tar.bz2 |
Hush.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index d74e005..5b32eb7 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.109 2007/10/12 18:56:33 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.110 2007/10/12 19:01:07 patthoyts Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -946,13 +946,13 @@ package ifneeded Tk $(TK_PATCH_LEVEL) [list load [file join $$dir .. .. bin $(TK #" install-libraries: - @echo installing Tk headers to "$(INCLUDE_INSTALL_DIR)" + @echo installing Tk headers @$(CPY) "$(GENERICDIR)\tk.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tkDecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tkPlatDecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(GENERICDIR)\tkIntXlibDecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(XLIBDIR)\X11\*.h" "$(INCLUDE_INSTALL_DIR)\X11\" - @echo installing script library to "$(SCRIPT_INSTALL_DIR)" + @echo installing script library @$(CPY) "$(ROOT)\library\*" "$(SCRIPT_INSTALL_DIR)\" @echo installing theme library @$(CPY) "$(ROOT)\library\ttk\*" "$(SCRIPT_INSTALL_DIR)\ttk\" |