* win/lib32: Copied from win/lib.
* win/tools/WinTools.make:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@149771
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-08 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
+
+ * win/lib32: Copied from win/lib.
+ * win/tools/WinTools.make:
+
2013-05-02 Roger Fong <roger_fong@apple.com>
Unreviewed Windows build fix.
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