No more need to ship vc runtime
The release version now static links with vc runtime
This commit is contained in:
parent
0f97bf03fa
commit
2351c11da4
2 changed files with 0 additions and 4 deletions
|
@ -38,11 +38,8 @@ TARGET_BINARIES = {
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
'msvcp120.dll',
|
|
||||||
'msvcr120.dll',
|
|
||||||
'content_resources_200_percent.pak',
|
'content_resources_200_percent.pak',
|
||||||
'ui_resources_200_percent.pak',
|
'ui_resources_200_percent.pak',
|
||||||
'vccorlib120.dll',
|
|
||||||
'xinput1_3.dll',
|
'xinput1_3.dll',
|
||||||
'natives_blob.bin',
|
'natives_blob.bin',
|
||||||
'snapshot_blob.bin',
|
'snapshot_blob.bin',
|
||||||
|
|
|
@ -29,7 +29,6 @@ def main():
|
||||||
download_and_unzip('Squirrel')
|
download_and_unzip('Squirrel')
|
||||||
elif sys.platform in ['cygwin', 'win32']:
|
elif sys.platform in ['cygwin', 'win32']:
|
||||||
download_and_unzip('directxsdk')
|
download_and_unzip('directxsdk')
|
||||||
download_and_unzip('vs2012_crt')
|
|
||||||
|
|
||||||
with open(version_file, 'w') as f:
|
with open(version_file, 'w') as f:
|
||||||
f.write(VERSION)
|
f.write(VERSION)
|
||||||
|
|
Loading…
Reference in a new issue