XML Literate Documentation - Tangle Tool - Exe This documentation desribes the tool for creating executable programs based on the xmlobj system. This file is used by "toolrun" to provide information to run "tangle_tool" for producing all of the files needed to create an executable. Parameters objname jamfile_path src_path text_path license_path register jampathvar library lib_namespace toolslib_namespace typename_path otherlibs otherdlls ignoreobjects ignoreincludes bin_path lib_path exe extradefs objname The name of the object to process. jamfile_path location of the jamfile src_path location of the source text_path location of text folder (for names, disclaimers etc) license_path location of license file. register The name of the register function. jampathvar The variable name of the source path in the jam file. library The name of the library we are making lib_namespace The namespace to use for all this source. toolslib_namespace The namespace to use for the tools library. typename_path Location of the typenames (in the schema). otherlibs the schema file. otherdlls the schema file. ignoreobjects Classes which are ignored while parseing. ignoreincludes Include files for any of the ignored classes above. bin_path Location of the bin directory. lib_path Location of the lib directory. exe Name of the executable. context Name of the context class. otherregisters Other registration functions used in the tool. registerincludes include files for the registration functions. extradefs Extra definitions that belong at the bottom of the jam rules.