Changeset 195498 in webkit


Ignore:
Timestamp:
Jan 22, 2016, 5:32:02 PM (10 years ago)
Author:
achristensen@apple.com
Message:

Fix internal Windows build
https://bugs.webkit.org/show_bug.cgi?id=153385
rdar://problem/24310408

Reviewed by Brian Weinstein.

  • Source/cmake/WinTools.make:
  • Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.

These property sheets are needed for some projects that are not in this repository
and don't use CMake in the official build. We want to leave them unchanged for now.

Location:
trunk
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r195478 r195498  
     12016-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
    1142016-01-22  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Source/cmake/WinTools.make

    r190253 r195498  
    22    xcopy "$(SRCROOT)\*.cmake" "$(DSTROOT)\AppleInternal\tools\cmake" /e/v/i/h/y
    33    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.