Title: [158604] branches/safari-537.73-branch/Source

Diff

Modified: branches/safari-537.73-branch/Source/WTF/ChangeLog (158603 => 158604)


--- branches/safari-537.73-branch/Source/WTF/ChangeLog	2013-11-04 23:37:55 UTC (rev 158603)
+++ branches/safari-537.73-branch/Source/WTF/ChangeLog	2013-11-04 23:44:48 UTC (rev 158604)
@@ -1,3 +1,16 @@
+2013-11-04  Lucas Forschler  <[email protected]>
+
+        Merge r158602
+
+    2013-11-04  Brent Fulgham  <[email protected]>
+
+            [Win] User VersionStamper for official builds
+            https://bugs.webkit.org/show_bug.cgi?id=123758
+
+            Reviewed by Tim Horton.
+
+            * WTF.vcxproj/WTFPostBuild.cmd: Add missing command to run VersionStamper.exe.
+
 2013-10-28  Lucas Forschler  <[email protected]>
 
         Merge r155717

Modified: branches/safari-537.73-branch/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd (158603 => 158604)


--- branches/safari-537.73-branch/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd	2013-11-04 23:37:55 UTC (rev 158603)
+++ branches/safari-537.73-branch/Source/WTF/WTF.vcxproj/WTFPostBuild.cmd	2013-11-04 23:44:48 UTC (rev 158604)
@@ -1 +1,2 @@
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
+if exist "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
\ No newline at end of file

Modified: branches/safari-537.73-branch/Source/WebKit/ChangeLog (158603 => 158604)


--- branches/safari-537.73-branch/Source/WebKit/ChangeLog	2013-11-04 23:37:55 UTC (rev 158603)
+++ branches/safari-537.73-branch/Source/WebKit/ChangeLog	2013-11-04 23:44:48 UTC (rev 158604)
@@ -1,3 +1,17 @@
+2013-11-04  Lucas Forschler  <[email protected]>
+
+        Merge r158602
+
+    2013-11-04  Brent Fulgham  <[email protected]>
+
+            [Win] Use VersionStamper for official builds
+            https://bugs.webkit.org/show_bug.cgi?id=123758
+
+            Reviewed by Tim Horton.
+
+            * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Restore command to
+            call VersionStamper on final stage of build.
+
 2013-10-24  Lucas Forschler  <[email protected]>
 
         Merge r154642

Modified: branches/safari-537.73-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (158603 => 158604)


--- branches/safari-537.73-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-11-04 23:37:55 UTC (rev 158603)
+++ branches/safari-537.73-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-11-04 23:44:48 UTC (rev 158604)
@@ -13,5 +13,6 @@
 
 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources"
 xcopy /y /d "%PROJECTDIR%..\..\WebKit.resources\*" "%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources"
+if exist "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
 
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to