Title: [220143] tags/Safari-604.1.35.1/Source/WebKitLegacy
Revision
220143
Author
matthew_han...@apple.com
Date
2017-08-02 11:10:24 -0700 (Wed, 02 Aug 2017)

Log Message

Cherry-pick r220128. rdar://problem/33537767

Modified Paths

Diff

Modified: tags/Safari-604.1.35.1/Source/WebKitLegacy/ChangeLog (220142 => 220143)


--- tags/Safari-604.1.35.1/Source/WebKitLegacy/ChangeLog	2017-08-02 18:10:22 UTC (rev 220142)
+++ tags/Safari-604.1.35.1/Source/WebKitLegacy/ChangeLog	2017-08-02 18:10:24 UTC (rev 220143)
@@ -1,5 +1,18 @@
 2017-08-02  Matthew Hanson  <matthew_han...@apple.com>
 
+        Cherry-pick r220128. rdar://problem/33537767
+
+    2017-08-02  Matthew Hanson  <matthew_han...@apple.com>
+
+            Build-fix for Windows in Visual Studio after directory rename.
+
+            Reviewed by Per Arne Vollan.
+
+            * WebKitLegacy.vcxproj/WebKitLegacy.proj:
+            We still build WebKit.dll, not WebKitLegacy.dll.
+
+2017-08-02  Matthew Hanson  <matthew_han...@apple.com>
+
         Cherry-pick r219602. rdar://problem/33537767
 
     2017-07-17  Konstantin Tokarev  <annu...@yandex.ru>

Modified: tags/Safari-604.1.35.1/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj (220142 => 220143)


--- tags/Safari-604.1.35.1/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 18:10:22 UTC (rev 220142)
+++ tags/Safari-604.1.35.1/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 18:10:24 UTC (rev 220143)
@@ -74,10 +74,10 @@
     <CreateItem Include="$(ConfigurationBuildDir)\build64\bin64\*">
       <Output TaskParameter="Include" ItemName="Bin64Files" />
     </CreateItem>
-    <CreateItem Include="$(ConfigurationBuildDir)\build32\bin32\WebKitLegacy$(DebugSuffix).dll">
+    <CreateItem Include="$(ConfigurationBuildDir)\build32\bin32\WebKit$(DebugSuffix).dll">
       <Output TaskParameter="Include" ItemName="Bin32DLLFiles" />
     </CreateItem>
-    <CreateItem Include="$(ConfigurationBuildDir)\build64\bin64\WebKitLegacy$(DebugSuffix).dll">
+    <CreateItem Include="$(ConfigurationBuildDir)\build64\bin64\WebKit$(DebugSuffix).dll">
       <Output TaskParameter="Include" ItemName="Bin64DLLFiles" />
     </CreateItem>
     <CreateItem Include="$(ConfigurationBuildDir)\build64\bin32\*.resources">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to