Title: [220128] trunk/Source/WebKitLegacy
Revision
220128
Author
matthew_han...@apple.com
Date
2017-08-02 06:53:35 -0700 (Wed, 02 Aug 2017)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/ChangeLog (220127 => 220128)


--- trunk/Source/WebKitLegacy/ChangeLog	2017-08-02 13:25:36 UTC (rev 220127)
+++ trunk/Source/WebKitLegacy/ChangeLog	2017-08-02 13:53:35 UTC (rev 220128)
@@ -1,3 +1,12 @@
+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-31  Sam Weinig  <s...@webkit.org>
 
         Remove unnecessary exceptions from storage code

Modified: trunk/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj (220127 => 220128)


--- trunk/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 13:25:36 UTC (rev 220127)
+++ trunk/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj	2017-08-02 13:53:35 UTC (rev 220128)
@@ -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