diff options
Diffstat (limited to 'win/tkConfig.sh.in')
-rw-r--r-- | win/tkConfig.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in index 3b2a964..d623b81 100644 --- a/win/tkConfig.sh.in +++ b/win/tkConfig.sh.in @@ -11,7 +11,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tkConfig.sh.in,v 1.1.10.1 2000/07/11 04:53:13 welch Exp $ +# RCS: @(#) $Id: tkConfig.sh.in,v 1.1.10.2 2000/07/31 04:15:49 welch Exp $ # Tk's version number. TK_VERSION='@TK_VERSION@' @@ -32,8 +32,8 @@ TK_DBGX=@TK_DBGX@ TK_LIB_FILE='@TK_LIB_FILE@' # Additional libraries to use when linking Tk. -TK_LIBS='@LIBS@ @GRAPHIC_LIBS@' -GRAPHIC_LIBS='@GRAPHIC_LIBS@' +TK_LIBS='@LIBS@ @LIBS_GUI@' +LIBS_GUI='@LIBS_GUI@' # Top-level directory in which Tcl's platform-independent files are # installed. |