diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 18:56:33 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 18:56:33 (GMT) |
commit | 78359f2778567a288d600b8cd89348c49f7a4729 (patch) | |
tree | a2da74269a6fa2f19ea569d80076db247f1b21e4 /win/rules.vc | |
parent | c2d66a489db4404a14f95e330f3a3cbdd5309053 (diff) | |
download | tk-78359f2778567a288d600b8cd89348c49f7a4729.zip tk-78359f2778567a288d600b8cd89348c49f7a4729.tar.gz tk-78359f2778567a288d600b8cd89348c49f7a4729.tar.bz2 |
Fixed install of tk broken with last commit
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index eeb5f9f..f010169 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.17 2007/10/12 14:14:54 patthoyts Exp $ +# RCS: @(#) $Id: rules.vc,v 1.18 2007/10/12 18:56:33 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 |