Ship VS2012 redist DLLs.

Atom Shell has been built with VS2013 so we should not ship VS2010's DLLs.
This commit is contained in:
Cheng Zhao 2014-07-31 14:12:01 +08:00
parent 4a7e98e398
commit 546e4e431d
5 changed files with 13 additions and 6 deletions

View file

@ -36,12 +36,15 @@ TARGET_BINARIES = {
'atom.exe',
'chromiumcontent.dll',
'content_shell.pak',
'd3dcompiler_43.dll',
'ffmpegsumo.dll',
'icudtl.dat',
'libEGL.dll',
'libGLESv2.dll',
'd3dcompiler_43.dll',
'msvcp120.dll',
'msvcr120.dll',
'ui_resources_200_percent.pak',
'vccorlib120.dll',
'webkit_resources_200_percent.pak',
'xinput1_3.dll',
],