Changeset 195498 in webkit
- Timestamp:
- Jan 22, 2016, 5:32:02 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r195478 r195498 1 2016-01-22 Alex Christensen <achristensen@webkit.org> 2 3 Fix internal Windows build 4 https://bugs.webkit.org/show_bug.cgi?id=153385 5 rdar://problem/24310408 6 7 Reviewed by Brian Weinstein. 8 9 * Source/cmake/WinTools.make: 10 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops. 11 These property sheets are needed for some projects that are not in this repository 12 and don't use CMake in the official build. We want to leave them unchanged for now. 13 1 14 2016-01-22 Alex Christensen <achristensen@webkit.org> 2 15 -
trunk/Source/cmake/WinTools.make
r190253 r195498 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.