summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-07 17:02:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-07 17:02:22 +0000
commit4cd5bc6bccd88c8d537d00bf8a0738a7f9de7573 (patch)
tree98e4dbc728bd9ec6ce2260c0245944dd9efc80e3 /docs/README
parentd383895bd4c08baf0a59802d7707d999c57e3b9b (diff)
downloadMPC-4cd5bc6bccd88c8d537d00bf8a0738a7f9de7573.tar.gz
ChangeLogTag: Mon Jul 7 17:00:33 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 39287f79..5286b7c4 100644
--- a/docs/README
+++ b/docs/README
@@ -452,6 +452,11 @@ libpath If the command requires an additional library path, add
output_option If the command takes an option to specify only a single
file output name, then set it here. Otherwise, this
should be omitted.
+output_follows_input This setting defaults to 1 and indicates that output
+ files from the custom command will end up in the same
+ directory as the input files. If this is set to 0, it
+ is assumed that the output files will go into the same
+ directory as the .mpc file.
pch_postrule If this is set to 1, then a rule will be added to the
custom rule that will modify the source output files to
include the precompiled header file.