summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorsurles <surles>1999-04-17 00:18:41 (GMT)
committersurles <surles>1999-04-17 00:18:41 (GMT)
commite9ec045e67f48872c9f930085515d9d36df3694b (patch)
tree0fbcc4f1996aede1398a3d0b8a8f13c6fde09e4a /win/makefile.vc
parentd57e3d3e49697dff829412e7a4d025bacc8188a0 (diff)
downloadtk-e9ec045e67f48872c9f930085515d9d36df3694b.zip
tk-e9ec045e67f48872c9f930085515d9d36df3694b.tar.gz
tk-e9ec045e67f48872c9f930085515d9d36df3694b.tar.bz2
fixed bugs 1785 and 1799: decl header files not installed
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc14
1 files changed, 8 insertions, 6 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 508d260..b92b6f9 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.22 1999/04/16 01:51:48 stanton Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.23 1999/04/17 00:18:41 surles Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -359,15 +359,17 @@ install-binaries:
install-libraries:
@mkd "$(INCLUDE_INSTALL_DIR)"
@mkd "$(INCLUDE_INSTALL_DIR)\X11"
- copy "$(ROOT)\generic\tk.h" "$(INCLUDE_INSTALL_DIR)"
- xcopy "$(ROOT)\xlib\X11\*.h" "$(INCLUDE_INSTALL_DIR)\X11"
+ copy "$(ROOT)\generic\tk.h" "$(INCLUDE_INSTALL_DIR)"
+ copy "$(ROOT)\generic\tkDecls.h" "$(INCLUDE_INSTALL_DIR)"
+ copy "$(ROOT)\generic\tkIntXlibDecls.h" "$(INCLUDE_INSTALL_DIR)"
+ xcopy "$(ROOT)\xlib\X11\*.h" "$(INCLUDE_INSTALL_DIR)\X11"
@mkd "$(SCRIPT_INSTALL_DIR)"
@mkd "$(SCRIPT_INSTALL_DIR)\images"
@mkd "$(SCRIPT_INSTALL_DIR)\demos"
@mkd "$(SCRIPT_INSTALL_DIR)\demos\images"
- xcopy "$(ROOT)\library" "$(SCRIPT_INSTALL_DIR)"
- xcopy "$(ROOT)\library\images" "$(SCRIPT_INSTALL_DIR)\images"
- xcopy "$(ROOT)\library\demos" "$(SCRIPT_INSTALL_DIR)\demos"
+ xcopy "$(ROOT)\library" "$(SCRIPT_INSTALL_DIR)"
+ xcopy "$(ROOT)\library\images" "$(SCRIPT_INSTALL_DIR)\images"
+ xcopy "$(ROOT)\library\demos" "$(SCRIPT_INSTALL_DIR)\demos"
xcopy "$(ROOT)\library\demos\images" "$(SCRIPT_INSTALL_DIR)\demos\images"
$(TKLIB): $(TKDLL) $(TKSTUBLIB)