Version 1 of tabs

Updated 2009-03-13 19:42:10 by LV

What: TABS (Tcl Automated Build System)

 Where: https://sourceforge.net/projects/tabs/
 Description: Open source build environment mainly targeted at building
        Starkits and ZIP files for Etcl.
 Updated: 11/2007
 Contact:  http://sourceforge.net/users/pawelsalawa/

Target and job based system for building Tcl-based applications - aimed at replacing sdx for small and medium projects.

Sample code:

 target all \
    -depends {testproject.kit}

 target testproject.kit -body {
    runjob wrap \
        -output testproject.kit \
        -copy {
            main/main.tcl main.tcl
            src-testproject src
            lib lib
        } \
        -starkit true
 }