72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
Specify this as "1" to statically link to Tk. The default
action on most platforms is to dynamically link to Tk.
5. STRIP
Specifies the tool you wish to be called to strip object files,
archives, and shared objects. The default is "strip". You
should probably set this if you are cross-compiling.
-------------------
Method of Operation
-------------------
Summary:
1. "kitcreator" calls */build.sh
|
>
>
>
>
>
>
>
|
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
Specify this as "1" to statically link to Tk. The default
action on most platforms is to dynamically link to Tk.
5. STRIP
Specifies the tool you wish to be called to strip object files,
archives, and shared objects. The default is "strip". You
should probably set this if you are cross-compiling.
6. KITCREATOR_PKGS
Specify which non-required packages to build. The default list
is:
tk itcl mk4tcl
If mk4tcl is not present a pure-Tcl implementation will be used
instead.
-------------------
Method of Operation
-------------------
Summary:
1. "kitcreator" calls */build.sh
|