summaryrefslogtreecommitdiffstats
path: root/win/tclsh.rc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-11 14:19:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-11 14:19:48 (GMT)
commitbf868c1c56292a44ff5faeef5b348408554cab1a (patch)
tree3728938b981dd31981452db01614e8c93a4a436e /win/tclsh.rc
parentdfeacc8edb1494b531c9bdbe41a83aa89a557198 (diff)
downloadtcl-bf868c1c56292a44ff5faeef5b348408554cab1a.zip
tcl-bf868c1c56292a44ff5faeef5b348408554cab1a.tar.gz
tcl-bf868c1c56292a44ff5faeef5b348408554cab1a.tar.bz2
Initial implementation of TIP #491. Not tested yet.
Diffstat (limited to 'win/tclsh.rc')
-rw-r--r--win/tclsh.rc8
1 files changed, 1 insertions, 7 deletions
diff --git a/win/tclsh.rc b/win/tclsh.rc
index 161da50..bd1a4da 100644
--- a/win/tclsh.rc
+++ b/win/tclsh.rc
@@ -8,12 +8,6 @@
//
// build-up the name suffix that defines the type of build this is.
//
-#if TCL_THREADS
-#define SUFFIX_THREADS "t"
-#else
-#define SUFFIX_THREADS ""
-#endif
-
#if STATIC_BUILD
#define SUFFIX_STATIC "s"
#else
@@ -26,7 +20,7 @@
#define SUFFIX_DEBUG ""
#endif
-#define SUFFIX SUFFIX_THREADS SUFFIX_STATIC SUFFIX_DEBUG
+#define SUFFIX SUFFIX_STATIC SUFFIX_DEBUG
LANGUAGE 0x9, 0x1 /* LANG_ENGLISH, SUBLANG_DEFAULT */