diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-11 14:19:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-11 14:19:48 (GMT) |
commit | bf868c1c56292a44ff5faeef5b348408554cab1a (patch) | |
tree | 3728938b981dd31981452db01614e8c93a4a436e /win/tclsh.rc | |
parent | dfeacc8edb1494b531c9bdbe41a83aa89a557198 (diff) | |
download | tcl-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.rc | 8 |
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 */ |