Title: [152231] trunk/Source/WebCore
- Revision
- 152231
- Author
- [email protected]
- Date
- 2013-07-01 10:53:38 -0700 (Mon, 01 Jul 2013)
Log Message
Unreviewed. Make WebCore.make copy over QTMovieWin DLL's and PDB's.
<rdar://problem/14321403>
* WebCore.vcxproj/WebCore.make:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (152230 => 152231)
--- trunk/Source/WebCore/ChangeLog 2013-07-01 17:45:29 UTC (rev 152230)
+++ trunk/Source/WebCore/ChangeLog 2013-07-01 17:53:38 UTC (rev 152231)
@@ -1,3 +1,10 @@
+2013-07-01 Roger Fong <[email protected]>
+
+ Unreviewed. Make WebCore.make copy over QTMovieWin DLL's and PDB's.
+ <rdar://problem/14321403>
+
+ * WebCore.vcxproj/WebCore.make:
+
2013-07-01 [email protected] <[email protected]>
[Win] Crash when scrolling page with images.
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.make (152230 => 152231)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.make 2013-07-01 17:45:29 UTC (rev 152230)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.make 2013-07-01 17:53:38 UTC (rev 152231)
@@ -17,6 +17,8 @@
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
+ xcopy "%ConfigurationBuildDir%\bin32\*.dll" "$(DSTROOT)\%ProgramFilesAAS%\" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\bin32\*.pdb" "$(DSTROOT)\%ProgramFilesAAS%\" /e/v/i/h/y
xcopy "%ConfigurationBuildDir%\obj32\WebCore\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y
-mkdir "$(DSTROOT)\AppleInternal\Sources32\WebCore"
xcopy "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources32\WebCore" /e/v/i/h/y
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes