win: No longer support building with VS Express
The Community edition can provide everything we need for Professional edition.
This commit is contained in:
parent
290dd4ccd8
commit
e38614ce31
3 changed files with 0 additions and 32 deletions
|
@ -6,11 +6,6 @@
|
|||
['OS=="mac" or OS=="linux"', {
|
||||
'clang': 1,
|
||||
}],
|
||||
['OS=="win" and (MSVS_VERSION=="2013e" or MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e")', {
|
||||
'msvs_express': 1,
|
||||
},{
|
||||
'msvs_express': 0,
|
||||
}],
|
||||
],
|
||||
# Required by breakpad.
|
||||
'os_bsd': 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue