File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434
3535 '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- }],
4536 ['OS == "win"' , {
4637 'os_posix' : 0 ,
4738 'v8_postmortem_support%' : 'false' ,
7162
7263 'target_defaults' : {
7364 '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+ },
7478 'configurations' : {
7579 'Debug' : {
7680 'variables' : {
You can’t perform that action at this time.
0 commit comments