summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
diff options
context:
space:
mode:
authormo <mo>2000-07-07 11:13:06 (GMT)
committermo <mo>2000-07-07 11:13:06 (GMT)
commitc17c099634b3628c8eb2783862d9f427c0aa4b5c (patch)
tree35ab3ee5bdd783ba78a9290b2cb170011ae6997a /win/tclConfig.sh.in
parent003f25f16aa9d093b468f4c74a1eece63c929c88 (diff)
downloadtcl-c17c099634b3628c8eb2783862d9f427c0aa4b5c.zip
tcl-c17c099634b3628c8eb2783862d9f427c0aa4b5c.tar.gz
tcl-c17c099634b3628c8eb2783862d9f427c0aa4b5c.tar.bz2
Fix definition of TCL_SRC_DIR in mingw/vc++ configure so that it matches the unix verison
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r--win/tclConfig.sh.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 05c56b5..9bbf778 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -9,16 +9,9 @@
#
# The information in this file is specific to a single platform.
#
-# RCS: @(#) $Id: tclConfig.sh.in,v 1.4 2000/06/20 21:30:34 ericm Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.5 2000/07/07 11:13:07 mo Exp $
-
-TCL_SRC_DIR="@TCL_SRC_DIR@"
-TCL_LIB_FILE="@TCL_LIB_FILE@"
TCL_DLL_FILE="@TCL_DLL_FILE@"
-TCL_STUB_LIB_FILE="@TCL_STUB_LIB_FILE@"
-
-
-
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'