Commit d32de2c9 authored by jochen@chromium.org's avatar jochen@chromium.org

Update standalone configuration for compiling icu on windows

BUG=v8:2745
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/18830003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 42c82d5e
...@@ -128,6 +128,9 @@ ...@@ -128,6 +128,9 @@
}, },
}], }],
['OS == "win"', { ['OS == "win"', {
'defines!': [
'DEBUG',
],
'msvs_settings': { 'msvs_settings': {
'VCCLCompilerTool': { 'VCCLCompilerTool': {
'WarnAsError': 'false', 'WarnAsError': 'false',
...@@ -218,6 +221,14 @@ ...@@ -218,6 +221,14 @@
# 1 == /SUBSYSTEM:CONSOLE # 1 == /SUBSYSTEM:CONSOLE
# 2 == /SUBSYSTEM:WINDOWS # 2 == /SUBSYSTEM:WINDOWS
'SubSystem': '1', 'SubSystem': '1',
'conditions': [
['v8_enable_i18n_support==1', {
'AdditionalDependencies': [
'advapi32.lib',
],
}],
],
}, },
}, },
}, },
......
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