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

@ -38,11 +38,8 @@ TARGET_BINARIES = {
'icudtl.dat',
'libEGL.dll',
'libGLESv2.dll',
'msvcp120.dll',
'msvcr120.dll',
'content_resources_200_percent.pak',
'ui_resources_200_percent.pak',
'vccorlib120.dll',
'xinput1_3.dll',
'natives_blob.bin',
'snapshot_blob.bin',

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)