Title: [160425] branches/safari-537.74-branch/Source/WebKit
Revision
160425
Author
[email protected]
Date
2013-12-11 04:22:58 -0800 (Wed, 11 Dec 2013)

Log Message

Merged r160017.  <rdar://problem/15566844>

Modified Paths

Diff

Modified: branches/safari-537.74-branch/Source/WebKit/ChangeLog (160424 => 160425)


--- branches/safari-537.74-branch/Source/WebKit/ChangeLog	2013-12-11 12:14:24 UTC (rev 160424)
+++ branches/safari-537.74-branch/Source/WebKit/ChangeLog	2013-12-11 12:22:58 UTC (rev 160425)
@@ -1,3 +1,16 @@
+2013-12-11  Lucas Forschler  <[email protected]>
+
+        Merge r160017
+
+    2013-12-03  Brent Fulgham  <[email protected]>
+
+            [Win] WebKit.make Makefile doesn't copy resource bundle to DSTROOT
+            https://bugs.webkit.org/show_bug.cgi?id=125160
+
+            Reviewed by Tim Horton.
+
+            * WebKit.vcxproj/WebKit.make: Add copy command for resource bundle.
+
 2013-12-10  Matthew Hanson  <[email protected]>
 
         Merge 154333

Modified: branches/safari-537.74-branch/Source/WebKit/WebKit.vcxproj/WebKit.make (160424 => 160425)


--- branches/safari-537.74-branch/Source/WebKit/WebKit.vcxproj/WebKit.make	2013-12-11 12:14:24 UTC (rev 160424)
+++ branches/safari-537.74-branch/Source/WebKit/WebKit.vcxproj/WebKit.make	2013-12-11 12:22:58 UTC (rev 160425)
@@ -15,6 +15,7 @@
 	-xcopy "%ConfigurationBuildDir%\bin32\*.exe" "$(DSTROOT)\AppleInternal\bin32\" /e/v/i/h/y
 	xcopy "%ConfigurationBuildDir%\bin32\*.pdb" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
 	-xcopy "%ConfigurationBuildDir%\bin32\*.dll" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
+	xcopy "%ConfigurationBuildDir%\bin32\WebKit.resources" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
 	xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y	
 	xcopy "%ConfigurationBuildDir%\lib32\*" "$(DSTROOT)\AppleInternal\lib32\" /e/v/i/h/y
 	xcopy "%ConfigurationBuildDir%\bin32\WebKit.resources\*" "$(DSTROOT)\%ProgramFilesAAS%\WebKit.resources" /e/v/i/h/y
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to