Windows: Remove d3dcompiler_43.dll
The d3dcompiler_43.dll file was only required on Windows XP, which is no longer supported.
This commit is contained in:
parent
bbabccf9aa
commit
ef06407da6
|
@ -459,7 +459,6 @@ if(OS_WINDOWS)
|
||||||
# List of CEF binary files.
|
# List of CEF binary files.
|
||||||
set(CEF_BINARY_FILES
|
set(CEF_BINARY_FILES
|
||||||
chrome_elf.dll
|
chrome_elf.dll
|
||||||
d3dcompiler_43.dll
|
|
||||||
d3dcompiler_47.dll
|
d3dcompiler_47.dll
|
||||||
libcef.dll
|
libcef.dll
|
||||||
libEGL.dll
|
libEGL.dll
|
||||||
|
|
|
@ -60,7 +60,6 @@ run but any related functionality may become broken or disabled.
|
||||||
Tools. Without this file Chrome Developer Tools will not function.
|
Tools. Without this file Chrome Developer Tools will not function.
|
||||||
|
|
||||||
* Angle and Direct3D support.
|
* Angle and Direct3D support.
|
||||||
* d3dcompiler_43.dll (required for Windows XP)
|
|
||||||
* d3dcompiler_47.dll (required for Windows Vista and newer)
|
* d3dcompiler_47.dll (required for Windows Vista and newer)
|
||||||
* libEGL.dll
|
* libEGL.dll
|
||||||
* libGLESv2.dll
|
* libGLESv2.dll
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue