Title: [154526] trunk/Source/WebCore
Revision
154526
Author
[email protected]
Date
2013-08-23 15:35:35 -0700 (Fri, 23 Aug 2013)

Log Message

[Windows] Unreviewed build correction. Need to force environment variable
to be escaped when running nmake command.

* WebCore.vcxproj/WebCoreGenerated.make:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154525 => 154526)


--- trunk/Source/WebCore/ChangeLog	2013-08-23 22:00:06 UTC (rev 154525)
+++ trunk/Source/WebCore/ChangeLog	2013-08-23 22:35:35 UTC (rev 154526)
@@ -1,3 +1,10 @@
+2013-08-23  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed build correction. Need to force environment variable
+        to be escaped when running nmake command.
+
+        * WebCore.vcxproj/WebCoreGenerated.make:
+
 2013-08-23  Antti Koivisto  <[email protected]>
 
         Use ElementTraversal some more

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (154525 => 154526)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2013-08-23 22:00:06 UTC (rev 154525)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2013-08-23 22:35:35 UTC (rev 154526)
@@ -3,7 +3,7 @@
 	if errorlevel 1 exit 1
 	echo XXWebCoreGeneratedXX > "%ConfigurationBuildDir%\buildfailed"
 
-	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows %PlatformArchitecture%
+	bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows "%PlatformArchitecture%"
 	bash migrate-scripts.sh "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
 	cmd /C copyForwardingHeaders.cmd cg cf
 	cmd /C copyWebCoreResourceFiles.cmd
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to