diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-11 09:12:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-11 09:12:45 (GMT) |
commit | 975d3e255028d91c59387c4d16297e98f3bb8f76 (patch) | |
tree | d8dd567caadc562822dc13939dd4eea80e29b204 /win/tkConfig.sh.in | |
parent | d8043cacf61c790b4c3453014e03d4f0ea111d62 (diff) | |
download | tk-975d3e255028d91c59387c4d16297e98f3bb8f76.zip tk-975d3e255028d91c59387c4d16297e98f3bb8f76.tar.gz tk-975d3e255028d91c59387c4d16297e98f3bb8f76.tar.bz2 |
Remove (almost all remaining) traces of DBGX for Windows build.
Diffstat (limited to 'win/tkConfig.sh.in')
-rw-r--r-- | win/tkConfig.sh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in index c511312..d93e649 100644 --- a/win/tkConfig.sh.in +++ b/win/tkConfig.sh.in @@ -25,8 +25,9 @@ TK_DEFS='@DEFS@' # Flag, 1: we built a shared lib, 0 we didn't TK_SHARED_BUILD=@TK_SHARED_BUILD@ -# This indicates if Tk was build with debugging symbols -TK_DBGX=@TK_DBGX@ +# TK_DBGX used to be used to distinguish debug vs. non-debug builds. +# This was a righteous pain so the core doesn't do that any more. +TK_DBGX= # The name of the Tk library (may be either a .a file or a shared library): TK_LIB_FILE='@TK_LIB_FILE@' |