No more need to ship vc runtime

The release version now static links with vc runtime
This commit is contained in:
Cheng Zhao 2015-04-07 13:51:40 +08:00
parent 0f97bf03fa
commit 2351c11da4
2 changed files with 0 additions and 4 deletions

View file

@ -29,7 +29,6 @@ def main():
download_and_unzip('Squirrel')
elif sys.platform in ['cygwin', 'win32']:
download_and_unzip('directxsdk')
download_and_unzip('vs2012_crt')
with open(version_file, 'w') as f:
f.write(VERSION)