summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2007-10-12 18:56:33 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2007-10-12 18:56:33 (GMT)
commit24ca27301156b9c570d55e2a0a585989bc19be34 (patch)
treea2da74269a6fa2f19ea569d80076db247f1b21e4 /win/rules.vc
parente56646d1f0bcf142e77fcf2699dc177c1af55a52 (diff)
downloadtk-24ca27301156b9c570d55e2a0a585989bc19be34.zip
tk-24ca27301156b9c570d55e2a0a585989bc19be34.tar.gz
tk-24ca27301156b9c570d55e2a0a585989bc19be34.tar.bz2
Fixed install of tk broken with last commit
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc3
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