Title: [220129] branches/safari-604-branch/Source/WebKitLegacy
Revision
220129
Author
matthew_han...@apple.com
Date
2017-08-02 07:07:15 -0700 (Wed, 02 Aug 2017)

Log Message

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

Modified Paths

Diff

Modified: branches/safari-604-branch/Source/WebKitLegacy/ChangeLog (220128 => 220129)


--- branches/safari-604-branch/Source/WebKitLegacy/ChangeLog	2017-08-02 13:53:35 UTC (rev 220128)
+++ branches/safari-604-branch/Source/WebKitLegacy/ChangeLog	2017-08-02 14:07:15 UTC (rev 220129)
@@ -1,3 +1,16 @@
+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-07-17  Konstantin Tokarev  <annu...@yandex.ru>
 
         [CMake] Create targets before WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS is called

Modified: branches/safari-604-branch/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj (220128 => 220129)


--- branches/safari-604-branch/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 13:53:35 UTC (rev 220128)
+++ branches/safari-604-branch/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 14:07:15 UTC (rev 220129)
@@ -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