summaryrefslogtreecommitdiffstats
path: root/win/tkConfig.sh.in
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-19 03:21:15 (GMT)
committermdejong <mdejong>2003-03-19 03:21:15 (GMT)
commitae3cde96cf4892f7f2a0f72739852acfc33ecbeb (patch)
tree5a78481cbd32bad073271b33934c9887fec9d77f /win/tkConfig.sh.in
parent237296e7dd3a3437278c168ccb532bb3bdfb32e0 (diff)
downloadtk-ae3cde96cf4892f7f2a0f72739852acfc33ecbeb.zip
tk-ae3cde96cf4892f7f2a0f72739852acfc33ecbeb.tar.gz
tk-ae3cde96cf4892f7f2a0f72739852acfc33ecbeb.tar.bz2
* win/tkConfig.sh.in: Add TK_DLL_FILE entry
to mirror the TCL_DLL_FILE entry in tclConfig.sh. [Patch 694271]
Diffstat (limited to 'win/tkConfig.sh.in')
-rw-r--r--win/tkConfig.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in
index 919a9d6..cc6a5a2 100644
--- a/win/tkConfig.sh.in
+++ b/win/tkConfig.sh.in
@@ -11,7 +11,9 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.2 2001/10/15 21:19:16 hobbs Exp $
+# RCS: @(#) $Id: tkConfig.sh.in,v 1.3 2003/03/19 03:21:22 mdejong Exp $
+
+TK_DLL_FILE="@TK_DLL_FILE@"
# Tk's version number.
TK_VERSION='@TK_VERSION@'