omake locates the initialization file in the following manner:
If the -b file command-line option is used, omake uses file.
If the OMAKECFG environment variable exists, omake uses its value.
Otherwise, omake searches for make.ini in the following locations:
The current directory
The directory of the omake.exe file
Directories specified in the INIT environment variable
Here, we assume the initialization file is named make.ini.
When the initialization file is found, omake searches its directory for its ancillary files (omhelp.* and builtins.*).
omake does not look for the initialization file if you use the command-line option -b"<SPACE>" or if you set the OMAKECFG environment variable to the empty string. To set the environment variable:
set OMAKECFG=<SPACE><ENTER>
Feedback on the documentation in this site? We welcome any comments!
Copyright © 2001 by Rational Software Corporation. All rights reserved. |