summaryrefslogtreecommitdiffstats
path: root/win/tcl.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/tcl.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/tcl.rc')
-rw-r--r--win/tcl.rc8
1 files changed, 1 insertions, 7 deletions
diff --git a/win/tcl.rc b/win/tcl.rc
index be5e0a7..477512d 100644
--- a/win/tcl.rc
+++ b/win/tcl.rc
@@ -7,19 +7,13 @@
//
// 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 DEBUG && !UNCHECKED
#define SUFFIX_DEBUG "g"
#else
#define SUFFIX_DEBUG ""
#endif
-#define SUFFIX SUFFIX_THREADS SUFFIX_DEBUG
+#define SUFFIX SUFFIX_DEBUG
LANGUAGE 0x9, 0x1 /* LANG_ENGLISH, SUBLANG_DEFAULT */