aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--win/makefile.vc2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a1a3886..b1d0a9c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,7 +66,7 @@ Tess_LIB_FILE = @Tess_LIB_FILE@
# this package that need to be installed, if any.
#========================================================================
-RUNTIME_SOURCES = zincLogo.tcl zincText.tcl
+RUNTIME_SOURCES = zincLogo.tcl zincText.tcl zincGraphics.tcl
#========================================================================
# This is a list of header files to be installed
diff --git a/win/makefile.vc b/win/makefile.vc
index 4e65c0a..f601a39 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -33,7 +33,7 @@ include32 = /I"$(TOOLS32)\include"
CP = copy
RM = del
-prefix = c:\Progra~1\Tcl
+prefix = c:\Tcl
exec_prefix = $(prefix)
bindir = $(exec_prefix)\bin