Index: common.gypi |
=================================================================== |
--- a/common.gypi |
+++ b/common.gypi |
@@ -14,10 +14,19 @@ |
'-Wnon-virtual-dtor', '-pthread', '-fno-rtti', |
'-pedantic', |
# Ignore some warnings for googletest |
'-Wno-error=long-long', '-Wno-error=variadic-macros', |
'-Wno-error=missing-field-initializers' ], |
'ldflags': [ '-pthread', ], |
}, |
}], |
- ] |
+ ], |
+ |
+ 'target_defaults': { |
+ 'msvs_cygwin_shell': 0, |
+ 'conditions': [[ |
+ 'target_arch=="x64"', { |
Eric
2013/04/23 17:12:17
See http://code.google.com/p/mozc/source/browse/tr
Wladimir Palant
2013/04/24 06:01:34
I was merely making sure that this matches what V8
|
+ 'msvs_configuration_platform': 'x64', |
+ } |
+ ]], |
+ } |
} |