|
|
@ -1,6 +1,7 @@ |
|
|
|
**makeTclKit** - script for building Tcl/Tk tclkits |
|
|
|
**makeTclKit** - script for building Tcl/Tk tclkits |
|
|
|
|
|
|
|
|
|
|
|
##License |
|
|
|
## License |
|
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2011-2014, Maxim Lihachev, <envrm@yandex.ru> |
|
|
|
Copyright (C) 2011-2014, Maxim Lihachev, <envrm@yandex.ru> |
|
|
|
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify it |
|
|
|
This program is free software: you can redistribute it and/or modify it |
|
|
@ -15,12 +16,13 @@ |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
|
|
|
##Description |
|
|
|
## Description |
|
|
|
makeTclKit is a script for building Tcl/Tk tclkits with the |
|
|
|
makeTclKit is a script for building Tcl/Tk tclkits with the |
|
|
|
dependencies checking. All tclkit wrappers can be found on tclkit web |
|
|
|
dependencies checking. All tclkit wrappers can be found on tclkit web |
|
|
|
page: http://equi4.com/pub/tk/downloads.html. |
|
|
|
page: http://equi4.com/pub/tk/downloads.html. |
|
|
|
|
|
|
|
|
|
|
|
##Usage |
|
|
|
## Usage |
|
|
|
|
|
|
|
|
|
|
|
makeTclKit.tcl [options] |
|
|
|
makeTclKit.tcl [options] |
|
|
|
-t, --target -- target operation system |
|
|
|
-t, --target -- target operation system |
|
|
|
-a, --arch -- machine arch |
|
|
|
-a, --arch -- machine arch |
|
|
@ -31,10 +33,11 @@ |
|
|
|
-g, --gui -- gui wrapper (for programs with using Tk) |
|
|
|
-g, --gui -- gui wrapper (for programs with using Tk) |
|
|
|
-h, --help -- show this help |
|
|
|
-h, --help -- show this help |
|
|
|
|
|
|
|
|
|
|
|
##Version |
|
|
|
## Version |
|
|
|
|
|
|
|
|
|
|
|
0.2 |
|
|
|
0.2 |
|
|
|
|
|
|
|
|
|
|
|
##Structure |
|
|
|
## Structure |
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|