Title: [156060] trunk/WebKitLibraries
- Revision
- 156060
- Author
- bfulg...@apple.com
- Date
- 2013-09-18 14:08:00 -0700 (Wed, 18 Sep 2013)
Log Message
[Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
* win/tools/vsprops/common.props:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (156059 => 156060)
--- trunk/WebKitLibraries/ChangeLog 2013-09-18 20:45:20 UTC (rev 156059)
+++ trunk/WebKitLibraries/ChangeLog 2013-09-18 21:08:00 UTC (rev 156060)
@@ -1,3 +1,9 @@
+2013-09-18 Brent Fulgham <bfulg...@apple.com>
+
+ [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
+
+ * win/tools/vsprops/common.props:
+
2013-09-13 Brent Fulgham <bfulg...@apple.com>
[Windows] Enable Page Visibility API
Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (156059 => 156060)
--- trunk/WebKitLibraries/win/tools/vsprops/common.props 2013-09-18 20:45:20 UTC (rev 156059)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props 2013-09-18 21:08:00 UTC (rev 156060)
@@ -12,9 +12,11 @@
<LinkIncremental>false</LinkIncremental>
<NMakeBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+set PLATFORMARCHITECTURE=$(PlatformArchitecture)
nmake /nologo -f $(ProjectName).make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+set PLATFORMARCHITECTURE=$(PlatformArchitecture)
nmake /nologo -f $(ProjectName).make clean
nmake /nologo -f $(ProjectName).make</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes