Author: [EMAIL PROTECTED] Date: Tue Nov 25 02:59:02 2008 New Revision: 831
Modified: branches/bleeding_edge/tools/visual_studio/v8_snapshot.vcproj Log: Fixed Visual Studio build with snapshot when V8 is checked out in a directory with spaces in the path. Review URL: http://codereview.chromium.org/12428 Modified: branches/bleeding_edge/tools/visual_studio/v8_snapshot.vcproj ============================================================================== --- branches/bleeding_edge/tools/visual_studio/v8_snapshot.vcproj (original) +++ branches/bleeding_edge/tools/visual_studio/v8_snapshot.vcproj Tue Nov 25 02:59:02 2008 @@ -160,7 +160,7 @@ <Tool Name="VCCustomBuildTool" Description="Building snapshot..." - CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc
" + CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
" AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe" Outputs="$(IntDir)\DerivedSources\snapshot.cc" /> @@ -171,7 +171,7 @@ <Tool Name="VCCustomBuildTool" Description="Building snapshot..." - CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc
" + CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
" AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe" Outputs="$(IntDir)\DerivedSources\snapshot.cc" /> --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---