Title: [151330] trunk/Source/WTF
- Revision
- 151330
- Author
- [email protected]
- Date
- 2013-06-07 12:07:13 -0700 (Fri, 07 Jun 2013)
Log Message
Unreviewed. Makefile fix. Copy WTF.dll over as well.
* WTF.vcxproj/WTF.make:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (151329 => 151330)
--- trunk/Source/WTF/ChangeLog 2013-06-07 18:23:03 UTC (rev 151329)
+++ trunk/Source/WTF/ChangeLog 2013-06-07 19:07:13 UTC (rev 151330)
@@ -1,3 +1,9 @@
+2013-06-07 Roger Fong <[email protected]>
+
+ Unreviewed. Makefile fix. Copy WTF.dll over as well.
+
+ * WTF.vcxproj/WTF.make:
+
2013-06-07 Commit Queue <[email protected]>
Unreviewed, rolling out r151318.
Modified: trunk/Source/WTF/WTF.vcxproj/WTF.make (151329 => 151330)
--- trunk/Source/WTF/WTF.vcxproj/WTF.make 2013-06-07 18:23:03 UTC (rev 151329)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.make 2013-06-07 19:07:13 UTC (rev 151330)
@@ -14,3 +14,4 @@
devenv "WTF.submit.sln" /build $(BUILDSTYLE)
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\*" "$(DSTROOT)\AppleInternal\bin32\" /e/v/i/h/y
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes