Title: [174467] trunk/Source/ThirdParty/ANGLE
Revision
174467
Author
[email protected]
Date
2014-10-08 12:21:36 -0700 (Wed, 08 Oct 2014)

Log Message

[Win] Use proper v120 target for 64-bit builds.

* ANGLE.vcxproj/libEGL.vcxproj:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj (174466 => 174467)


--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj	2014-10-08 18:55:59 UTC (rev 174466)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libEGL.vcxproj	2014-10-08 19:21:36 UTC (rev 174467)
@@ -81,7 +81,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v120_xp</PlatformToolset>
+    <PlatformToolset>v120</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (174466 => 174467)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2014-10-08 18:55:59 UTC (rev 174466)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2014-10-08 19:21:36 UTC (rev 174467)
@@ -1,3 +1,9 @@
+2014-10-08  Brent Fulgham  <[email protected]>
+
+        [Win] Use proper v120 target for 64-bit builds.
+
+        * ANGLE.vcxproj/libEGL.vcxproj:
+
 2014-09-29  [email protected]  <[email protected]>
 
         [WinCairo] D3D11 is not used by default.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to