Title: [164894] branches/safari-537.75-branch/WebKitLibraries
- Revision
- 164894
- Author
- bfulg...@apple.com
- Date
- 2014-02-28 16:27:07 -0800 (Fri, 28 Feb 2014)
Log Message
Unreviewed build fix.
<rdar://problem/16197002>
* win/tools/vsprops/debugsuffix.props: Set OFFICIAL_BUILD=1 for DebugSuffix target, since this
is the official debug analog to the Production build target.
Modified Paths
Diff
Modified: branches/safari-537.75-branch/WebKitLibraries/ChangeLog (164893 => 164894)
--- branches/safari-537.75-branch/WebKitLibraries/ChangeLog 2014-03-01 00:22:54 UTC (rev 164893)
+++ branches/safari-537.75-branch/WebKitLibraries/ChangeLog 2014-03-01 00:27:07 UTC (rev 164894)
@@ -1,5 +1,13 @@
2014-02-28 Brent Fulgham <bfulg...@apple.com>
+ Unreviewed build fix.
+ <rdar://problem/16197002>
+
+ * win/tools/vsprops/debugsuffix.props: Set OFFICIAL_BUILD=1 for DebugSuffix target, since this
+ is the official debug analog to the Production build target.
+
+2014-02-28 Brent Fulgham <bfulg...@apple.com>
+
Unreviewed build fix: Pass WEBKIT_LIBRARIES as argument to sub-process build steps.
<rdar://problem/16197002>
Modified: branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/debugsuffix.props (164893 => 164894)
--- branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/debugsuffix.props 2014-03-01 00:22:54 UTC (rev 164893)
+++ branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/debugsuffix.props 2014-03-01 00:27:07 UTC (rev 164894)
@@ -3,6 +3,7 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<DebugSuffix>_debug</DebugSuffix>
+ <OFFICIAL_BUILD>1</OFFICIAL_BUILD>
</PropertyGroup>
<PropertyGroup>
<TargetName>$(TargetName)$(DebugSuffix)</TargetName>
@@ -20,5 +21,9 @@
<BuildMacro Include="DebugSuffix">
<Value>$(DebugSuffix)</Value>
</BuildMacro>
+ <BuildMacro Include="OFFICIAL_BUILD">
+ <Value>$(OFFICIAL_BUILD)</Value>
+ <EnvironmentVariable>true</EnvironmentVariable>
+ </BuildMacro>
</ItemGroup>
</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes