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

@ -28,7 +28,6 @@ def main():
download_and_unzip('ReactiveCocoa')
download_and_unzip('Squirrel')
elif sys.platform in ['cygwin', 'win32']:
download_and_unzip('atl')
download_and_unzip('directxsdk')
download_and_unzip('vs2012_crt')