| Index: tools/visual_studio/v8_snapshot.vcproj
|
| ===================================================================
|
| --- tools/visual_studio/v8_snapshot.vcproj (revision 868)
|
| +++ tools/visual_studio/v8_snapshot.vcproj (working copy)
|
| @@ -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"
|
| />
|
|
|