Title: [152427] trunk/Source/WTF
Revision
152427
Author
bfulg...@apple.com
Date
2013-07-05 15:57:17 -0700 (Fri, 05 Jul 2013)

Log Message

[Windows] Unreviewed build correction.

* WTF.vcxproj/WTFGenerated.make: Use space (rather than double
quotes) when handling the no-Legible-Output case.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (152426 => 152427)


--- trunk/Source/WTF/ChangeLog	2013-07-05 22:17:27 UTC (rev 152426)
+++ trunk/Source/WTF/ChangeLog	2013-07-05 22:57:17 UTC (rev 152427)
@@ -1,5 +1,12 @@
 2013-07-05  Brent Fulgham  <bfulg...@apple.com>
 
+        [Windows] Unreviewed build correction.
+
+        * WTF.vcxproj/WTFGenerated.make: Use space (rather than double
+        quotes) when handling the no-Legible-Output case.
+
+2013-07-05  Brent Fulgham  <bfulg...@apple.com>
+
         [Windows] Identify OS-level at build-time.
         https://bugs.webkit.org/show_bug.cgi?id=118428
 

Modified: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make (152426 => 152427)


--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make	2013-07-05 22:17:27 UTC (rev 152426)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make	2013-07-05 22:57:17 UTC (rev 152427)
@@ -18,6 +18,6 @@
     -mkdir "%ConfigurationBuildDir%\include\private\wtf
     <<testOSXLevel.cmd
 IF EXIST "%ConfigurationBuildDir%\include\private\wtf\$@" exit
-echo "" > "%ConfigurationBuildDir%\include\private\wtf\$@"
+echo  > "%ConfigurationBuildDir%\include\private\wtf\$@"
 IF EXIST "$(WEBKIT_LIBRARIES)/include/AVFoundationCF/AVCFPlayerItemLegibleOutput.h" (echo #define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1090 > "%ConfigurationBuildDir%\include\private\wtf\$@")
 <<
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to