Commit 82f263d
committed
build,tools: support building with Visual Studio 2019
Add a `vs2019` option to `vcbuild.bat` to use VS 2019 instead of VS 2017
PR-URL: #28781
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>1 parent cf071a0 commit 82f263dCopy full SHA for 82f263d
File tree
Expand file treeCollapse file tree
3 files changed
+42
-4
lines changedOpen diff view settings
Filter options
- tools
- gyp/pylib/gyp
- msvs
Expand file treeCollapse file tree
3 files changed
+42
-4
lines changedOpen diff view settings
Collapse file
tools/gyp/pylib/gyp/MSVSVersion.py
Copy file name to clipboardExpand all lines: tools/gyp/pylib/gyp/MSVSVersion.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
475 | 475 | |
476 | 476 | |
477 | 477 | |
478 | | - |
| 478 | + |
479 | 479 | |
480 | 480 | |
481 | 481 | |
| ||
488 | 488 | |
489 | 489 | |
490 | 490 | |
| 491 | + |
491 | 492 | |
492 | 493 | |
493 | 494 | |
|
Collapse file
tools/msvs/vswhere_usability_wrapper.cmd
Copy file name to clipboardExpand all lines: tools/msvs/vswhere_usability_wrapper.cmd+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
Collapse file
+39-2Lines changed: 39 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
74 | 74 | |
75 | 75 | |
76 | 76 | |
| 77 | + |
77 | 78 | |
78 | 79 | |
79 | 80 | |
| ||
174 | 175 | |
175 | 176 | |
176 | 177 | |
| 178 | + |
177 | 179 | |
178 | 180 | |
179 | 181 | |
| ||
229 | 231 | |
230 | 232 | |
231 | 233 | |
232 | | - |
| 234 | + |
233 | 235 | |
234 | | - |
| 236 | + |
235 | 237 | |
236 | 238 | |
237 | 239 | |
| ||
262 | 264 | |
263 | 265 | |
264 | 266 | |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
265 | 302 | |
266 | 303 | |
267 | 304 | |
|
0 commit comments