Author: [EMAIL PROTECTED]
Date: Fri Oct 3 01:31:19 2008
New Revision: 418
Modified:
branches/bleeding_edge/tools/visual_studio/v8_base.vcproj
Log:
Fixed the path for include files v8.h and v8-debug.h in Visual Studio
project.
Review URL: http://codereview.chromium.org/6601
Modified: branches/bleeding_edge/tools/visual_studio/v8_base.vcproj
==============================================================================
--- branches/bleeding_edge/tools/visual_studio/v8_base.vcproj (original)
+++ branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Fri Oct 3
01:31:19 2008
@@ -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
-~----------~----~----~----~------~----~------~--~---