Title: [160118] trunk/Source/WebKit
- Revision
- 160118
- Author
- [email protected]
- Date
- 2013-12-04 13:21:07 -0800 (Wed, 04 Dec 2013)
Log Message
[Win] Correct WebKit.make copy command to land resources in proper directory.
https://bugs.webkit.org/show_bug.cgi?id=125249
Reviewed by Tim Horton.
* WebKit.vcxproj/WebKit.make: Correct the copy command.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (160117 => 160118)
--- trunk/Source/WebKit/ChangeLog 2013-12-04 21:04:31 UTC (rev 160117)
+++ trunk/Source/WebKit/ChangeLog 2013-12-04 21:21:07 UTC (rev 160118)
@@ -1,3 +1,12 @@
+2013-12-04 Brent Fulgham <[email protected]>
+
+ [Win] Correct WebKit.make copy command to land resources in proper directory.
+ https://bugs.webkit.org/show_bug.cgi?id=125249
+
+ Reviewed by Tim Horton.
+
+ * WebKit.vcxproj/WebKit.make: Correct the copy command.
+
2013-12-04 [email protected] <[email protected]>
[Win][64-bit] Link error.
Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.make (160117 => 160118)
--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-12-04 21:04:31 UTC (rev 160117)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-12-04 21:21:07 UTC (rev 160118)
@@ -14,6 +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%\bin32\WebKit.resources\*" "$(DSTROOT)\%ProgramFilesAAS%\WebKit.resources\" /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