summaryrefslogtreecommitdiff
path: root/docs/html
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/html
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/html')
-rw-r--r--docs/html/MakeProjectCreator.html50
1 files changed, 50 insertions, 0 deletions
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>