summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-02-28 15:10:02 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-02-28 15:10:02 +0000
commit388a74999eafdbd31d3b904ce3dcc23b35e028a3 (patch)
treecf63cc79b5be94d44b786138bd65a237f3a658b4 /docs
parent61e7a1bff682ef695d0fe2204b9b2e0918b47fb5 (diff)
downloadMPC-388a74999eafdbd31d3b904ce3dcc23b35e028a3.tar.gz
ChangeLogTag: Sun Feb 28 15:08:56 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README6
-rw-r--r--docs/html/MakeProjectCreator.html6
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 3a23de4a..015fa404 100644
--- a/docs/README
+++ b/docs/README
@@ -237,7 +237,11 @@ pure_libs Specifies 1 or more libraries to link into the exe or library.
The values specified for this variable are passed to the
linker unmodified.
after Specifies that this project must be built after 1 or more
- project names listed.
+ project names listed. An extended syntax is available in
+ order to associate name-value pairs with a dependency:
+ <project name[:name=value]>
+ These name-value pairs may be used in the creation of the
+ dependencies of the project.
custom_only Create a project that contains only custom generation
targets (any file type described by a Define_Custom section).
This will automatically be set to 1 when a project contains
diff --git a/docs/html/MakeProjectCreator.html b/docs/html/MakeProjectCreator.html
index 5757bacb..6d5cd0ce 100644
--- a/docs/html/MakeProjectCreator.html
+++ b/docs/html/MakeProjectCreator.html
@@ -1632,6 +1632,12 @@
<td rowspan="1" colspan="1">
<p class="Tbl-Body">Specifies that this project must be
built after 1 or more project names listed.</p>
+ <p class="Tbl-Body">An extended syntax is available
+ in order to associate name-value pairs with a
+ dependency: <em class="Code">&lt;project
+ name[:name=value]&gt;</em><br>
+ These name-value pairs may be used in the creation
+ of the dependencies of the project.</p>
</td>
</tr>