Title: [164676] branches/safari-537.75-branch/WebKitLibraries
- Revision
- 164676
- Author
- [email protected]
- Date
- 2014-02-25 15:03:44 -0800 (Tue, 25 Feb 2014)
Log Message
Unreviewed build fix.
* win/tools/vsprops/production.props: Production build needs to have 'OFFICIAL_BUILD' set
in the environment for build sub-processes.
Modified Paths
Diff
Modified: branches/safari-537.75-branch/WebKitLibraries/ChangeLog (164675 => 164676)
--- branches/safari-537.75-branch/WebKitLibraries/ChangeLog 2014-02-25 23:02:52 UTC (rev 164675)
+++ branches/safari-537.75-branch/WebKitLibraries/ChangeLog 2014-02-25 23:03:44 UTC (rev 164676)
@@ -1,3 +1,10 @@
+2014-02-25 Brent Fulgham <[email protected]>
+
+ Unreviewed build fix.
+
+ * win/tools/vsprops/production.props: Production build needs to have 'OFFICIAL_BUILD' set
+ in the environment for build sub-processes.
+
2014-01-22 Brent Fulgham <[email protected]>
Merge r154534
Modified: branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/production.props (164675 => 164676)
--- branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/production.props 2014-02-25 23:02:52 UTC (rev 164675)
+++ branches/safari-537.75-branch/WebKitLibraries/win/tools/vsprops/production.props 2014-02-25 23:03:44 UTC (rev 164676)
@@ -3,6 +3,7 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<PRODUCTION>1</PRODUCTION>
+ <OFFICIAL_BUILD>1</OFFICIAL_BUILD>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup>
@@ -24,5 +25,9 @@
<Value>$(PRODUCTION)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes