summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-01-25 18:47:53 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-01-25 18:47:53 +0000
commitdf4028fd7d8c2293b758bf36bd31877cdc68fbac (patch)
tree28b4a2147bda36b6bbe0b5797fe5a86110fe8ff7 /docs
parentb7d2fdfa37436d7bc1a4592bdba44ed986bff13c (diff)
downloadMPC-df4028fd7d8c2293b758bf36bd31877cdc68fbac.tar.gz
ChangeLogTag: Mon Jan 25 18:46:30 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README8
-rw-r--r--docs/USAGE4
-rw-r--r--docs/html/MakeProjectCreator.html50
3 files changed, 62 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 806002d6..ad67a3c9 100644
--- a/docs/README
+++ b/docs/README
@@ -563,6 +563,14 @@ postcommand Allows a user to execute arbitrary commands after
<%prj_type%> - The project type supplied by the -type
option.
+ The following psuedo template variables will be set to
+ the known extension for Windows and empty on non-Windows
+ based project types.
+
+ <%bat%> - The extension for batch files.
+ <%cmd%> - The extension for command files.
+ <%exe%> - The extension for executable files.
+
If any referenced pseudo template variable does
not contain a value, then the particular setting
(command, commandflags, dependent, postcommand or
diff --git a/docs/USAGE b/docs/USAGE
index 865fce3c..50f98d15 100644
--- a/docs/USAGE
+++ b/docs/USAGE
@@ -300,3 +300,7 @@ MPC_GHS_UNIX - This environment variable is only meaningful when generating
the ghs project files. By default, the ghs type assumes that it is for
Windows. If this is not the case, set this environment variable prior to
running MPC.
+
+MPC_USE_WIN_COMMANDS - Setting this causes the Windows related pseudo
+template variables to be used regardless of the type of project being
+generated.
diff --git a/docs/html/MakeProjectCreator.html b/docs/html/MakeProjectCreator.html
index d712ed71..802ef252 100644
--- a/docs/html/MakeProjectCreator.html
+++ b/docs/html/MakeProjectCreator.html
@@ -1261,6 +1261,11 @@
By default, the ghs type assumes that it is for Windows. Set this
environment variable prior to running MPC if this is not the
case.</li>
+
+ <li class="Body">The <em class="Code">MPC_USE_WIN_COMMANDS</em>
+ environment variable causes the Windows related pseudo template
+ variables to be used regardless of the type of project being
+ generated.</li>
</ul>
</div>
</div>
@@ -4544,6 +4549,51 @@
variable setting.</p>
</td>
</tr>
+
+ <tr>
+ <td rowspan="1" colspan="2">
+ <p class="TblCode">The following variables will
+ be set to the known extension for Windows based
+ project types and empty on non-Windows based
+ project types.</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">
+ <p class="TblCode"><em class=
+ "TableCode">&lt;%bat%&gt;</em></p>
+ </td>
+
+ <td rowspan="1" colspan="1">
+ <p class="Tbl-Body">The extension for batch
+ files.</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">
+ <p class="TblCode"><em class=
+ "TableCode">&lt;%cmd%&gt;</em></p>
+ </td>
+
+ <td rowspan="1" colspan="1">
+ <p class="Tbl-Body">The extension for command
+ files.</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">
+ <p class="TblCode"><em class=
+ "TableCode">&lt;%exe%&gt;</em></p>
+ </td>
+
+ <td rowspan="1" colspan="1">
+ <p class="Tbl-Body">The extension for executable
+ files.</p>
+ </td>
+ </tr>
</table>
</li>
</ul>