summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-10-12 19:15:25 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-10-12 19:15:25 (GMT)
commitf24f9c3837d137fb8cfd2db7c6db822e7a55dc9f (patch)
treef6a7a4b99e2e62b6cbf74824fa7f22bf902e0e99 /win
parent6d5195c7cd4b47c7572cce5319cc755bade68df7 (diff)
downloadtcl-f24f9c3837d137fb8cfd2db7c6db822e7a55dc9f.zip
tcl-f24f9c3837d137fb8cfd2db7c6db822e7a55dc9f.tar.gz
tcl-f24f9c3837d137fb8cfd2db7c6db822e7a55dc9f.tar.bz2
sync with tk fixing tk install fault
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index a2354c8..2313e39 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -11,7 +11,7 @@
# Copyright (c) 2003-2007 Patrick Thoyts
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.31 2007/10/12 14:09:46 patthoyts Exp $
+# RCS: @(#) $Id: rules.vc,v 1.32 2007/10/12 19:15:25 patthoyts Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -581,6 +581,7 @@ TCL_INCLUDES = -I"$(_TCLDIR)\generic" -I"$(_TCLDIR)\win"
!if "$(PROJECT)" == "tk"
_TK_H = ..\generic\tk.h
+_INSTALLDIR = $(_INSTALLDIR)\..
!endif
!ifdef PROJECT_REQUIRES_TK