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
This commit is contained in:
jochen@chromium.org 2013-07-09 09:55:27 +00:00
parent 42c82d5e4f
commit d32de2c957

View File

@ -128,6 +128,9 @@
},
}],
['OS == "win"', {
'defines!': [
'DEBUG',
],
'msvs_settings': {
'VCCLCompilerTool': {
'WarnAsError': 'false',
@ -218,6 +221,14 @@
# 1 == /SUBSYSTEM:CONSOLE
# 2 == /SUBSYSTEM:WINDOWS
'SubSystem': '1',
'conditions': [
['v8_enable_i18n_support==1', {
'AdditionalDependencies': [
'advapi32.lib',
],
}],
],
},
},
},