summaryrefslogtreecommitdiff
path: root/docs/USAGE
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
commit51d15a33022f5c32be8f12965e75dd4a8b4062ed (patch)
tree87f500e36475d7e727b65c3e90ad8f3a306392d6 /docs/USAGE
parent769246c5c8b2eaf26eef5e62df51732d800291ee (diff)
downloadMPC-51d15a33022f5c32be8f12965e75dd4a8b4062ed.tar.gz
ChangeLogTag: Wed Aug 9 01:14:54 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/USAGE')
-rw-r--r--docs/USAGE9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/USAGE b/docs/USAGE
index eee85d4c..ffb2b3b1 100644
--- a/docs/USAGE
+++ b/docs/USAGE
@@ -215,14 +215,17 @@ directory where MPC is executed, it will be read to determine the location
of MPC.cfg based on the directory in which MPC was started.
For example, if $MPC_ROOT/mwc.pl is run under /foo/bar_root/src and
-$MPC_ROOT/config/codebase.cfg contained:
+$MPC_ROOT/config/base.cfg contained:
/foo/bar_root = /foo/bar_root/MPC/config
MPC would attempt to open and read /foo/bar_root/MPC/config/MPC.cfg as the
-MPC Configuration File. If the codebase configuration file is not present,
+MPC Configuration File. If the base configuration file is not present,
MPC will try to use $MPC_ROOT/config/MPC.cfg as the MPC Configuration File.
+You may reference environment variables, accessed by $NAME, on either side of
+the equals sign.
+
MPC Configuration File
----------------------
@@ -264,7 +267,7 @@ verbose_ordering - If this is set, mwc.pl will warn the user about
Below is an example configuration file:
// MPC configuration file
-dynamic_types = /builds/ACE_wrappers/bin/MakeProjectCreator
+dynamic_types = $ACE_ROOT/bin/MakeProjectCreator
logging = info=1 warn=1
verbose_ordering = 1