win: No longer support building with VS Express

The Community edition can provide everything we need for Professional
edition.
This commit is contained in:
Cheng Zhao 2014-12-11 19:47:15 -08:00
parent 290dd4ccd8
commit e38614ce31
3 changed files with 0 additions and 32 deletions

View file

@ -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,