Reviewers: Kasper Lund, Description: Fixed wrong filename in Visual Studio project file.
Please review this at http://codereview.chromium.org/6336 Affected files: M tools/visual_studio/v8_snapshot.vcproj Index: tools/visual_studio/v8_snapshot.vcproj =================================================================== --- tools/visual_studio/v8_snapshot.vcproj (revision 465) +++ tools/visual_studio/v8_snapshot.vcproj (working copy) @@ -152,7 +152,7 @@ </File> </Filter> <File - RelativePath="$(OutDir)\mksnapshot.exe" + RelativePath="$(OutDir)\v8_mksnapshot.exe" > <FileConfiguration Name="Debug|Win32" --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
