Title: [160017] trunk/Source/WebKit
- Revision
- 160017
- Author
- [email protected]
- Date
- 2013-12-03 11:26:56 -0800 (Tue, 03 Dec 2013)
Log Message
[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.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (160016 => 160017)
--- trunk/Source/WebKit/ChangeLog 2013-12-03 18:51:12 UTC (rev 160016)
+++ trunk/Source/WebKit/ChangeLog 2013-12-03 19:26:56 UTC (rev 160017)
@@ -1,3 +1,12 @@
+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-02 Beth Dakin <[email protected]>
Attempted build fix. I think this is no longer needed.
Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.make (160016 => 160017)
--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-12-03 18:51:12 UTC (rev 160016)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-12-03 19:26:56 UTC (rev 160017)
@@ -14,5 +14,6 @@
devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes