Kaydet (Commit) ef7e2999 authored tarafından Andras Timar's avatar Andras Timar

add redist files for VS 2013

Change-Id: I07c7af3b9b7d3335074d712c35cef9d7828a271b
üst 8fe8c2e3
......@@ -40,3 +40,14 @@ End
#endif
#if defined(WITH_VC120_REDIST)
MergeModule gid_MergeModule_Microsoft_VC120_CRT_x86
Feature = gm_Root;
Name = "Microsoft_VC120_CRT_x86.msm";
RootDir = "TARGETDIR";
ComponentCondition = "VC_REDIST=1";
End
#endif
......@@ -65,4 +65,24 @@ End
#endif
#if defined(WITH_VC120_REDIST)
File gid_File_Lib_Msvcr120
LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "msvcr120.dll";
ComponentCondition = "VersionNT64";
End
File gid_File_Lib_Msvcp120
LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "msvcp120.dll";
ComponentCondition = "VersionNT64";
End
#endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment