Reviewers: Kasper Lund, Joel,

Description:
Fix problems with including parser.h from the Windows platform SDK
instead of v8 by making sure that the v8 include path comes first.


Please review this at http://codereview.chromium.org/149383

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

Affected files:
   M     tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
===================================================================
--- tools/gyp/v8.gyp    (revision 2409)
+++ tools/gyp/v8.gyp    (working copy)
@@ -152,7 +152,7 @@
          'js2c',
          'v8_base',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -179,7 +179,7 @@
          'js2c',
          'v8_base',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -190,7 +190,7 @@
      {
        'target_name': 'v8_base',
        'type': '<(library)',
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -509,7 +509,7 @@
        'dependencies': [
          'v8_nosnapshot',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to