Changeset 195500 in webkit
- Timestamp:
- Jan 22, 2016, 6:00:41 PM (10 years ago)
- Location:
- tags/Safari-602.1.17.0.1
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-602.1.17.0.1/ChangeLog
r195242 r195500 1 2016-01-22 Babak Shafiei <bshafiei@apple.com> 2 3 Merge r195498. 4 5 2016-01-22 Alex Christensen <achristensen@webkit.org> 6 7 Fix internal Windows build 8 https://bugs.webkit.org/show_bug.cgi?id=153385 9 rdar://problem/24310408 10 11 Reviewed by Brian Weinstein. 12 13 * Source/cmake/WinTools.make: 14 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops. 15 These property sheets are needed for some projects that are not in this repository 16 and don't use CMake in the official build. We want to leave them unchanged for now. 17 1 18 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com> 2 19 -
tags/Safari-602.1.17.0.1/Source/cmake/WinTools.make
r190253 r195500 2 2 xcopy "$(SRCROOT)\*.cmake" "$(DSTROOT)\AppleInternal\tools\cmake" /e/v/i/h/y 3 3 xcopy "$(SRCROOT)\tools\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y 4 xcopy "$(SRCROOT)\tools\vsprops\*" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y
Note:
See TracChangeset
for help on using the changeset viewer.