(go to: table of contents, index, prev: configuration guidelines - introduction, next: configuration: builtin modules)
The text file CONFIG_MODULES.TXT contains a pre-defined list
of modules (=compile units) which can be managed with the Python procedure
REGISTER_CONFIG.PY to add or remove so-called 'components'
(that means one needs a working Python executable before doing customization
with this file!).
The following Python modules are currently available as 'components':
BLDRUN.COM, however, does not work with the text files - it is necessary to
convert CONFIG_MODULES.TXT and CONFIG_OLB.TXT into indexed sequential form:
The documentation for BLDRUN.COM describes how to
compile all modules of a component.
24-APR-2000 ZE.
components
Each file should contain the necessary information on how to register or
unregister the component.
file: CONFIG_VMS_LBR.TXT
file: CONFIG_VMS_MAIL.TXT
file: CONFIG_VMS_SMG.TXT
$ @ PYTHON_TOOLS:CVT_CONFIG_MODULES.COM
which creates file CONFIG_MODULES.DAT and
$ @ PYTHON_TOOLS:CVT_CONFIG_OLB.COM
which creates file CONFIG_OLB.DAT.
(go to: table of contents,
index,
prev: configuration guidelines - introduction,
next: configuration: module methods)