Commit 68671854 authored by deanm@chromium.org's avatar deanm@chromium.org

Fix problems with including parser.h from the Windows platform SDK instead of...

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

Review URL: http://codereview.chromium.org/149383


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2410 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e3bb851e
......@@ -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': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment