File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 33
33
34
34
35
35
'conditions' : [
36
- ['OS=="win" and component=="shared_library"' , {
37
- # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
38
- 'win_release_RuntimeLibrary%' : '2' , # 2 = /MD (nondebug DLL)
39
- 'win_debug_RuntimeLibrary%' : '3' , # 3 = /MDd (debug DLL)
40
- }, {
41
- # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
42
- 'win_release_RuntimeLibrary%' : '0' , # 0 = /MT (nondebug static)
43
- 'win_debug_RuntimeLibrary%' : '1' , # 1 = /MTd (debug static)
44
- }],
45
36
['OS == "win"' , {
46
37
'os_posix' : 0 ,
47
38
'v8_postmortem_support%' : 'false' ,
71
62
72
63
'target_defaults' : {
73
64
'default_configuration' : 'Release' ,
65
+ 'variables' : {
66
+ 'conditions' : [
67
+ ['OS=="win" and component=="shared_library"' , {
68
+ # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
69
+ 'win_release_RuntimeLibrary%' : '2' , # 2 = /MD (nondebug DLL)
70
+ 'win_debug_RuntimeLibrary%' : '3' , # 3 = /MDd (debug DLL)
71
+ }, {
72
+ # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
73
+ 'win_release_RuntimeLibrary%' : '0' , # 0 = /MT (nondebug static)
74
+ 'win_debug_RuntimeLibrary%' : '1' , # 1 = /MTd (debug static)
75
+ }],
76
+ ],
77
+ },
74
78
'configurations' : {
75
79
'Debug' : {
76
80
'variables' : {
You can’t perform that action at this time.
0 commit comments