Tk Source Code

View Ticket
Login
2003-03-19
10:34 Closed ticket [694271ffff]: TK_DLL_FILE for tkConfig.sh plus 7 other changes artifact: 4f890511a5 user: mdejong
2003-03-13
19:42 Ticket [694271ffff]: 4 changes artifact: 0fbb284811 user: johmart
2003-03-12
07:40 Ticket [694271ffff]: 4 changes artifact: 72b60e5ba9 user: mdejong
2003-02-27
17:09 Add attachment tkConfig.sh.in.diff to ticket [694271ffff] artifact: 6a1a266b0c user: johmart
17:09 Ticket [694271ffff] TK_DLL_FILE for tkConfig.sh status still Open with 4 other changes artifact: cb5fed45d2 user: johmart
10:08 New ticket [694271ffff]. artifact: 103e231566 user: johmart

Ticket UUID: 694271
Title: TK_DLL_FILE for tkConfig.sh
Type: Patch Version: None
Submitter: johmart Created on: 2003-02-27 10:08:37
Subsystem: 85. Win Build Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-03-19 10:34:12
Resolution: Accepted Closed By: mdejong
    Closed on: 2003-03-19 03:34:12
Description:
Just like tclConfig.sh.in defines a TCL_DLL_FILE
environment variable, tkConfig.sh.in should define a
TK_DLL_FILE environment variable, so install scripts of
dependant programs know which files to copy to build a
complete distribution.
User Comments: mdejong added on 2003-03-19 10:34:12:
Logged In: YES 
user_id=90858

Added to CVS on 2003-03-18.

johmart added on 2003-03-13 19:42:12:
Logged In: YES 
user_id=709856

No, TK_LIB_FILE is the file I have to link against (.a or
.lib). TCL_DLL_FILE is the file I need to include in my
distribution if I choose to make a complete distribution.

I guess that's why tcl does have TCL_DLL_FILE, already for
consitency's sake, there should be TK_DLL_FILE as well.

mdejong added on 2003-03-12 07:40:05:
Logged In: YES 
user_id=90858

Can't you make use of the TK_LIB_FILE variable
defined in the tkConfig.sh file under Win32?

johmart added on 2003-02-27 17:09:16:

File Added - 43611: tkConfig.sh.in.diff

Attachments: