#include int main (int argc, char *argv[]) { glocal bool debug = false; int ret = (argc,argv,"tlmpwork"); setproginfo ("tlmpbuild",PACKAGE_REV,MSG_U(I_TLMPBUILD ,"Starts a TLMP program or project")); setarg ('d',"debug",MSG_U(I_DEBUG,"Turn debugging on"),glocal.debug,false); return ret; }