summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-05 14:37:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-05 14:37:40 +0100
commitf2b9525671985c98f59026cde58f437eeea8d97e (patch)
tree64f334d4d88d1ae6b799cba54cbba671204c922c /docs
parentffeda8bff53d248642b9db532fc7e00d724a4e63 (diff)
downloadMPC-f2b9525671985c98f59026cde58f437eeea8d97e.tar.gz
Add support for Visual Studio 2019 using Visual C++ 14.2
Diffstat (limited to 'docs')
-rw-r--r--docs/html/MakeProjectCreator.html29
1 files changed, 21 insertions, 8 deletions
diff --git a/docs/html/MakeProjectCreator.html b/docs/html/MakeProjectCreator.html
index 42589174..e27f5ba6 100644
--- a/docs/html/MakeProjectCreator.html
+++ b/docs/html/MakeProjectCreator.html
@@ -518,6 +518,18 @@
<tr>
<td rowspan="1" colspan="1">
<p class="TblCode">
+ <em class="TableCode">vs2019</em>
+ </p>
+ </td>
+
+ <td rowspan="1" colspan="1">
+ <p class="Tbl-Body">Visual Studio 2019.</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">
+ <p class="TblCode">
<em class="TableCode">
<a href="WB26.html">
wb26
@@ -1825,8 +1837,8 @@ class="XRef">the -workers_port option</a>,
"Code">em3</em>, <em class="Code">vc6</em>, <em class=
"Code">vc7</em>, <em class="Code">vc71</em>, <em class="Code">vc8</em>,
<em class="Code">vc9</em>, <em class="Code">vc10</em>, <em class="Code">vc11</em>,
- <em class="Code">vc12</em>, <em class="Code">vc14</em> and
- <em class="Code">vs2017</em> project types. If this environment
+ <em class="Code">vc12</em>, <em class="Code">vc14</em>,
+ <em class="Code">vs2017</em>, and <em class="Code">vs2019</em> project types. If this environment
variable is set, MPC will generate inter-project dependencies for
libraries within a single workspace. This is usually not desired
since adding these dependencies in a static workspace has the side
@@ -1982,7 +1994,7 @@ class="XRef">the -workers_port option</a>,
<p class="Code">
&nbsp;&nbsp;exclude(vc6, vc7, vc71, vc8, vc9,
- vc10, vc11, vc12, vc14, vs2017, nmake) {
+ vc10, vc11, vc12, vc14, vs2017, vs2019, nmake) {
</p>
<p class="Code">&nbsp;&nbsp;&nbsp;&nbsp;this_directory</p>
@@ -2590,7 +2602,8 @@ class="Code">specific</em> clause.
<em class="Code">vc8</em>, <em class="Code">vc9</em>,
<em class="Code">vc10</em>, <em class="Code">vc11</em>,
<em class="Code">vc12</em>, <em class="Code">vc14</em>,
- and <em class="Code">vs2017</em> project types.
+ <em class="Code">vc12</em>, <em class="Code">vc14</em>,
+ <em class="Code">vs2017</em>, and <em class="Code">vs2019</em> project types.
</p>
</td>
</tr>
@@ -3236,8 +3249,8 @@ class="Code">specific</em> clause.
"Code">gnuace</em>, <em class="Code">vc6</em>, <em class=
"Code">vc7</em>, <em class="Code">vc71</em>, <em class="Code">vc8</em>,
<em class="Code">vc9</em>, <em class="Code">vc10</em>, <em class="Code">vc11</em>,
- <em class="Code">vc12</em>, <em class="Code">vc14</em>, and
- <em class="Code">vs2017</em> project types.
+ <em class="Code">vc12</em>, <em class="Code">vc14</em>,
+ <em class="Code">vs2017</em>, and <em class="Code">vs2019</em> project types.
</p>
<p class="Body">
@@ -8097,7 +8110,7 @@ class="Code">specific</em> clause.
7.10 is return for vc71 and 8.00 is returned for vc8,
9.00 is returned for vc9, 10.00 is returned for vc10,
11.00 is returned for vc11, 12.0 is returned for vc12,
- 14.0 is returned for vc14, 14.1 is returned for vs2017.
+ 14.0 is returned for vc14, 14.1 is returned for vs2017, 14.2 is returned for vs2019.
</p>
</td>
</tr>
@@ -8415,7 +8428,7 @@ class="Code">specific</em> clause.
<p class="Body">
Certain project types don't support the same
input file used by multiple custom types (current examples of
- this are vc10, vc11, vc12, vc14, vs2017, cdt6, and cdt7). To accommodate these types, MPC
+ this are vc10, vc11, vc12, vc14, vs2017, vs2019, cdt6, and cdt7). To accommodate these types, MPC
has a capability called "combined custom". With this capability
enabled in the specific ProjectCreator, MPC will "fold together"
the multiple custom steps so that the target tool (Visual Studio