This reference outlines the command-line options for TclApp. For detailed instructions for wrapping Tcl applications at the command line, see Using TclApp on the Command-Line in the TclApp user guide.
Files and PathsPackages |
CompilingCompressionMetadata |
Misc |
The archives are queried in the order specified (with the standard archives appended). The first matching package is taken.
The set of .tap search paths (pkgSearchPathList) is used in previous versions of TclApp is now the standard set of archive locations. Automatic type-detection ensures that the old .tap paths found in the list can be used without any conversion or intervention.
Note: The -prefix file is always considered the last package archive, making it the ultimate fallback. Without prefix a standard virtual base is used, containing just Tcl and Tk.
See Wrapping Packages.
TDK distributions:
Other ActiveTcl, ActiveTcl Enterprise and OEM architectures:
Package references are resolved for all architectures specified.
argv
variable. They are inserted before any command-line arguments
entered by the end user when the wrapped application is
executed. See Specifying Run-Time
Arguments.Wrap all files of the named package without specifying the filenames. This option provides access to the full syntax of package references as used by TEApot.
See Wrapping Packages.