Title: [181460] trunk/Source/ThirdParty/ANGLE
- Revision
- 181460
- Author
- [email protected]
- Date
- 2015-03-12 16:54:08 -0700 (Thu, 12 Mar 2015)
Log Message
[Win] Unreviewed build fix (part 2).
* ANGLE.vcxproj/libGLESv2Common.props: Missed a directory separator.
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props (181459 => 181460)
--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props 2015-03-12 23:47:00 UTC (rev 181459)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/libGLESv2Common.props 2015-03-12 23:54:08 UTC (rev 181460)
@@ -10,7 +10,7 @@
<Link>
<ModuleDefinitionFile>../src/libGLESv2/libGLESv2.def</ModuleDefinitionFile>
<AdditionalDependencies>d3d9.lib;dxguid.lib;translator_common$(DebugSuffix).lib;translator_hlsl$(DebugSuffix).lib;translator_glsl$(DebugSuffix).lib;preprocessor$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>$(DXSDK_DIR)\Lib$(PlatformTarget);$(CONFIGURATIONBUILDDIR)\lib$(PlatformArchitecture)</AdditionalLibraryDirectories>
+ <AdditionalLibraryDirectories>$(DXSDK_DIR)\Lib\$(PlatformTarget);$(CONFIGURATIONBUILDDIR)\lib$(PlatformArchitecture)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ResourceCompile>
@@ -18,4 +18,4 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup />
-</Project>
\ No newline at end of file
+</Project>
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (181459 => 181460)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2015-03-12 23:47:00 UTC (rev 181459)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2015-03-12 23:54:08 UTC (rev 181460)
@@ -1,5 +1,11 @@
2015-03-12 Brent Fulgham <[email protected]>
+ [Win] Unreviewed build fix (part 2).
+
+ * ANGLE.vcxproj/libGLESv2Common.props: Missed a directory separator.
+
+2015-03-12 Brent Fulgham <[email protected]>
+
[Win] Unreviewed build fix for some DirectX SDK Installs
* ANGLE.vcxproj/libGLESv2Common.props: Correct path for Lib and
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes