Title: [149771] trunk/WebKitLibraries
- Revision
- 149771
- Author
- [email protected]
- Date
- 2013-05-08 15:26:42 -0700 (Wed, 08 May 2013)
Log Message
Update WebKitLibraries/win to handle different architectures properly.
* win/lib32: Copied from win/lib.
* win/tools/WinTools.make:
Modified Paths
Added Paths
- trunk/WebKitLibraries/win/lib32/
Diff
Modified: trunk/WebKitLibraries/ChangeLog (149770 => 149771)
--- trunk/WebKitLibraries/ChangeLog 2013-05-08 22:08:33 UTC (rev 149770)
+++ trunk/WebKitLibraries/ChangeLog 2013-05-08 22:26:42 UTC (rev 149771)
@@ -1,3 +1,10 @@
+2013-05-08 Roger Fong <[email protected]>
+
+ Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
+
+ * win/lib32: Copied from win/lib.
+ * win/tools/WinTools.make:
+
2013-05-02 Roger Fong <[email protected]>
Unreviewed Windows build fix.
Modified: trunk/WebKitLibraries/win/tools/WinTools.make (149770 => 149771)
--- trunk/WebKitLibraries/win/tools/WinTools.make 2013-05-08 22:08:33 UTC (rev 149770)
+++ trunk/WebKitLibraries/win/tools/WinTools.make 2013-05-08 22:26:42 UTC (rev 149771)
@@ -1,3 +1,5 @@
install:
xcopy "$(SRCROOT)\vsprops\*.props" "$(DSTROOT)\AppleInternal\tools32\vsprops" /e/v/i/h/y
xcopy "$(SRCROOT)\scripts\*" "$(DSTROOT)\AppleInternal\tools32\scripts" /e/v/i/h/y
+ xcopy "$(SRCROOT)\vsprops\*.props" "$(DSTROOT)\AppleInternal\tools64\vsprops" /e/v/i/h/y
+ xcopy "$(SRCROOT)\scripts\*" "$(DSTROOT)\AppleInternal\tools64\scripts" /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