Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 30 Working with templates > 30.1 Working with configuration templates > 30.1.4 Understanding how macro libraries are organized
Two Mif2Go general configuration templates, m2htm_config.ini
and m2rtf_config.ini
, respectively reference local_m2htm_macros.ini
and local_m2rtf_macros.ini
; and these two editable macro
library files in turn reference m2htm_macros.ini
and m2rtf_macros.ini
, respectively.
For example, in m2htm_config.ini
:
; Macros = path to macro library
Macros = %OMSYSHOME%\m2g\local\macros\local_m2htm_macros.ini
Therefore you do not have to include a setting
for Macros
in your starting project configuration
file, unless you wish to include an additional macro library in the chain.
See §28.2.4 Including macro definitions in your own macro library.