Revision: 23436
Author:   [email protected]
Date:     Wed Aug 27 08:45:39 2014 UTC
Log:      Tweaks to generate XP-compatible .exes

BUG=407517
LOG=y
[email protected]

Review URL: https://codereview.chromium.org/504793004
https://code.google.com/p/v8/source/detail?r=23436

Modified:
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/build/standalone.gypi Tue Aug 5 14:19:22 2014 UTC +++ /branches/bleeding_edge/build/standalone.gypi Wed Aug 27 08:45:39 2014 UTC
@@ -263,6 +263,7 @@
         'defines': [
           '_CRT_SECURE_NO_DEPRECATE',
           '_CRT_NONSTDC_NO_DEPRECATE',
+          '_USING_V110_SDK71_',
         ],
         'conditions': [
           ['component=="static_library"', {
@@ -298,6 +299,7 @@
             'AdditionalOptions': ['/ignore:4221'],
           },
           'VCLinkerTool': {
+            'MinimumRequiredVersion': '5.01',  # XP.
             'AdditionalDependencies': [
               'ws2_32.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/d/optout.

Reply via email to