Author: [EMAIL PROTECTED]
Date: Thu Sep 11 01:05:45 2008
New Revision: 263

Modified:
    branches/bleeding_edge/tools/visual_studio/v8.vcproj

Log:
Changed the Visual Studio project files to work when V8 is checked out
to a path containing spaces.

BUG=55
Review URL: http://codereview.chromium.org/2416

Modified: branches/bleeding_edge/tools/visual_studio/v8.vcproj
==============================================================================
--- branches/bleeding_edge/tools/visual_studio/v8.vcproj        (original)
+++ branches/bleeding_edge/tools/visual_studio/v8.vcproj        Thu Sep 11  
01:05:45 2008
@@ -183,7 +183,7 @@
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
-                                               CommandLine=".\js2c.cmd 
..\..\src  
$(IntDir)\DerivedSources&#x0D;&#x0A;"
+                                               CommandLine=".\js2c.cmd 
..\..\src  
&quot;$(IntDir)\DerivedSources&quot;"
                                                 
AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"
                                                 
Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
@@ -194,7 +194,7 @@
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
-                                               CommandLine=".\js2c.cmd 
..\..\src  
$(IntDir)\DerivedSources&#x0D;&#x0A;"
+                                               CommandLine=".\js2c.cmd 
..\..\src  
&quot;$(IntDir)\DerivedSources&quot;"
                                                 
AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"
                                                 
Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to