Document econfig key info setting for running without installing
This commit is contained in:
parent
b58bc70d07
commit
312e6d4c5b
1 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,9 @@ EMPCF_COMMENT("# Note: Use an absolute name here, the interpretation of a relati
|
||||||
"# name may change.")
|
"# name may change.")
|
||||||
EMPCFBOTH("info", infodir, char *, NSC_STRING, KM_INTERNAL,
|
EMPCFBOTH("info", infodir, char *, NSC_STRING, KM_INTERNAL,
|
||||||
"Directory where info pages are stored, can be shared among games")
|
"Directory where info pages are stored, can be shared among games")
|
||||||
EMPCF_COMMENT("# Note: Use an absolute name here, the interpretation of a relative\n"
|
EMPCF_COMMENT("# Set this to your build tree's info.nr to run the server without\n"
|
||||||
|
"# installing it.\n"
|
||||||
|
"# Note: Use an absolute name here, the interpretation of a relative\n"
|
||||||
"# name may change.")
|
"# name may change.")
|
||||||
EMPCFBOTH("builtin", builtindir, char *, NSC_STRING, KM_INTERNAL,
|
EMPCFBOTH("builtin", builtindir, char *, NSC_STRING, KM_INTERNAL,
|
||||||
"Directory where builtin files are stored")
|
"Directory where builtin files are stored")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue