Title: [195498] trunk
Revision
195498
Author
achristen...@apple.com
Date
2016-01-22 17:32:02 -0800 (Fri, 22 Jan 2016)

Log 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.

Modified Paths

Added Paths

  • trunk/Source/cmake/tools/vsprops/

Diff

Modified: trunk/ChangeLog (195497 => 195498)


--- trunk/ChangeLog	2016-01-23 01:10:42 UTC (rev 195497)
+++ trunk/ChangeLog	2016-01-23 01:32:02 UTC (rev 195498)
@@ -1,5 +1,18 @@
 2016-01-22  Alex Christensen  <achristen...@webkit.org>
 
+        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.
+
+2016-01-22  Alex Christensen  <achristen...@webkit.org>
+
         Only set CMake output directories if they aren't already set
         https://bugs.webkit.org/show_bug.cgi?id=153373
 

Modified: trunk/Source/cmake/WinTools.make (195497 => 195498)


--- trunk/Source/cmake/WinTools.make	2016-01-23 01:10:42 UTC (rev 195497)
+++ trunk/Source/cmake/WinTools.make	2016-01-23 01:32:02 UTC (rev 195498)
@@ -1,3 +1,4 @@
 install:
     xcopy "$(SRCROOT)\*.cmake" "$(DSTROOT)\AppleInternal\tools\cmake" /e/v/i/h/y
-    xcopy "$(SRCROOT)\tools\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y
\ No newline at end of file
+    xcopy "$(SRCROOT)\tools\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y
+    xcopy "$(SRCROOT)\tools\vsprops\*" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to