Hmm, I wonder why this hasn't caused us any problems before. Lgtm.
On Fri, Oct 3, 2008 at 9:41 AM, <[EMAIL PROTECTED]> wrote: > Reviewers: Christian Plesner Hansen, > > Description: > Fixed the path for include files v8.h and v8-debug.h in Visual Studio > project. > > Please review this at http://codereview.chromium.org/6601 > > Affected files: > M tools/visual_studio/v8_base.vcproj > > > Index: tools/visual_studio/v8_base.vcproj > =================================================================== > --- tools/visual_studio/v8_base.vcproj (revision 404) > +++ tools/visual_studio/v8_base.vcproj (working copy) > @@ -906,14 +906,14 @@ > </Filter> > </Filter> > <Filter > - Name="public" > + Name="include" > > > <File > - RelativePath="..\..\public\debug.h" > + RelativePath="..\..\include\debug.h" > > > </File> > <File > - RelativePath="..\..\public\v8.h" > + RelativePath="..\..\include\v8.h" > > > </File> > </Filter> > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
