summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-10 17:58:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-10 17:58:19 +0000
commit3fda29624e39fd322dccb0f2623858eda25311d4 (patch)
tree71058bad537c278586d72b09aefbb38ac09aad87 /docs/README
parentd9ec123020ded86f36191a151b3285a5ce02c199 (diff)
downloadMPC-3fda29624e39fd322dccb0f2623858eda25311d4.tar.gz
ChangeLogTag: Mon Aug 10 17:55:53 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README29
1 files changed, 15 insertions, 14 deletions
diff --git a/docs/README b/docs/README
index 81294495..36caba37 100644
--- a/docs/README
+++ b/docs/README
@@ -310,6 +310,7 @@ specific This scope allows assignments that are specific to a
vc8 | | | X | X |
vc9 | | | X | X |
vc10 | | | X | X |
+ wix | | | | X |
? - indicates that this is controled by the MPC_GHS_UNIX
environment variable.
@@ -450,13 +451,13 @@ automatic_out If set to 1, then attempt to automatically determine
to 0, then no files are automatically added to the
various components. If omitted, automatic_out is
assumed to be 1.
+command The name of the command that should be used to process
+ the input files for the custom type.
+commandflags Any options that should be passed to the command go here.
dependent If this is given a value, then a dependency upon that
value will be given to all of the generated files.
The default for this is unset and no dependency will be
generated.
-command The name of the command that should be used to process
- the input files for the custom type.
-commandflags Any options that should be passed to the command go here.
inputext This is a comma separated list of input file extensions
that belong to the command.
keyword This is a special assignment that takes the form of the
@@ -539,23 +540,23 @@ postcommand Allows a user to execute arbitrary commands after
command, commandflags, dependent, postcommand and
output_option settings:
- <%temporary%> - A temporary file name.
+ <%and%> - Project non-specific and sign.
<%cat%> - Platform non-specific command to cat a file.
+ <%cmdsep%> - Project/platform non-specific command
+ separator which always runs the right-hand
+ side command.
<%cp%> - Platform non-specific copy command.
- <%mkdir%> - Platform non-specific mkdir command.
- <%mv%> - Platform non-specific move command.
- <%rm%> - Platform non-specific delete command.
- <%nul%> - Platform non-specific null device.
+ <%gendir%> - The output directory specified by the
+ gendir setting.
<%gt%> - Project non-specific greater than sign.
<%lt%> - Project non-specific less than sign.
- <%and%> - Project non-specific and sign.
+ <%nul%> - Platform non-specific null device.
+ <%mkdir%> - Platform non-specific mkdir command.
+ <%mv%> - Platform non-specific move command.
<%or%> - Project non-specific or sign.
<%quote%> - Project non-specific double quote.
- <%gendir%> - The output directory specified by the
- gendir setting.
- <%cmdsep%> - Project/platform non-specific command
- separator which always runs the right-hand
- side command.
+ <%rm%> - Platform non-specific delete command.
+ <%temporary%> - A temporary file name.
If any referenced pseudo template variable does
not contain a value, then the particular setting