win: Link with DLL version of vcrt in component build

This commit is contained in:
Cheng Zhao 2015-04-07 13:48:09 +08:00
parent 938182a3eb
commit 92ce000bb2

View file

@ -118,6 +118,7 @@
'Debug_Base': {
'msvs_settings': {
'VCCLCompilerTool': {
'RuntimeLibrary': '2', # /MD (nondebug DLL)
'Optimization': '<(win_debug_Optimization)',
'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
'conditions': [