Revision: 15568
Author: [email protected]
Date: Tue Jul 9 02:55:27 2013
Log: Update standalone configuration for compiling icu on windows
BUG=v8:2745
[email protected]
Review URL: https://codereview.chromium.org/18830003
http://code.google.com/p/v8/source/detail?r=15568
Modified:
/branches/bleeding_edge/build/standalone.gypi
=======================================
--- /branches/bleeding_edge/build/standalone.gypi Wed Jul 3 05:00:40 2013
+++ /branches/bleeding_edge/build/standalone.gypi Tue Jul 9 02:55:27 2013
@@ -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',
+ ],
+ }],
+ ],
},
},
},
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.