Commit b8a89fa3 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fixed the path for include files v8.h and v8-debug.h in Visual Studio project.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@418 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6a5e5bc5
...@@ -906,14 +906,14 @@ ...@@ -906,14 +906,14 @@
</Filter> </Filter>
</Filter> </Filter>
<Filter <Filter
Name="public" Name="include"
> >
<File <File
RelativePath="..\..\public\debug.h" RelativePath="..\..\include\debug.h"
> >
</File> </File>
<File <File
RelativePath="..\..\public\v8.h" RelativePath="..\..\include\v8.h"
> >
</File> </File>
</Filter> </Filter>
......
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