mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Add d3dcompiler_47.dll version 10.0.17134.12
This change adds the d3dcompiler_47.dll version that was included with Windows SDK 10.0.17134. The newer version of this file included with Windows SDK 10.0.17763 adds a dependency on the Universal C Runtime (api-ms-win-crt-*.dll) which might not be installed on Windows 7 (requires KB2999226).
This commit is contained in:
BIN
tools/distrib/win/d3dcompiler_47.dll
Normal file
BIN
tools/distrib/win/d3dcompiler_47.dll
Normal file
Binary file not shown.
@ -799,7 +799,6 @@ if platform == 'windows':
|
|||||||
# yapf: disable
|
# yapf: disable
|
||||||
binaries = [
|
binaries = [
|
||||||
{'path': 'chrome_elf.dll'},
|
{'path': 'chrome_elf.dll'},
|
||||||
{'path': 'd3dcompiler_47.dll'},
|
|
||||||
{'path': libcef_dll},
|
{'path': libcef_dll},
|
||||||
{'path': 'libEGL.dll'},
|
{'path': 'libEGL.dll'},
|
||||||
{'path': 'libGLESv2.dll'},
|
{'path': 'libGLESv2.dll'},
|
||||||
|
Reference in New Issue
Block a user