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)
commit8eb6885da045f991fdf042d6cf49f64179e08e99 (patch)
tree5a78481cbd32bad073271b33934c9887fec9d77f /win/tkConfig.sh.in
parenta2ca0faf6d40b076eb7a6f9ec23f6b4fe3b4c9e9 (diff)
downloadtk-8eb6885da045f991fdf042d6cf49f64179e08e99.zip
tk-8eb6885da045f991fdf042d6cf49f64179e08e99.tar.gz
tk-8eb6885da045f991fdf042d6cf49f64179e08e99.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@'