Reviewers: Jakob,

Description:
Update standalone configuration for compiling icu on windows

BUG=v8:2745
[email protected]

Please review this at https://codereview.chromium.org/18830003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index b1303c81220c88783612b9b4b8293239f168fed8..0a71179cd7f5cb256000c5ec3523e0c981ca36ae 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -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.


Reply via email to