d3d12core: Add stub DLL.
Forspoken checks for the existence of this DLL.
This commit is contained in:
parent
83625459c8
commit
9acf1bd6a8
5 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,7 @@ P: Matteo Bruni <mbruni@codeweavers.com>
|
|||
F: dlls/d3d10core/
|
||||
F: dlls/d3d11/
|
||||
F: dlls/d3d12/
|
||||
F: dlls/d3d12core/
|
||||
F: dlls/d3d8/
|
||||
F: dlls/d3d9/
|
||||
F: dlls/d3drm/
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -1015,6 +1015,7 @@ enable_d3d10_1
|
|||
enable_d3d10core
|
||||
enable_d3d11
|
||||
enable_d3d12
|
||||
enable_d3d12core
|
||||
enable_d3d8
|
||||
enable_d3d8thk
|
||||
enable_d3d9
|
||||
|
@ -21062,6 +21063,7 @@ wine_fn_config_makefile dlls/d3d11 enable_d3d11
|
|||
wine_fn_config_makefile dlls/d3d11/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3d12 enable_d3d12
|
||||
wine_fn_config_makefile dlls/d3d12/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3d12core enable_d3d12core
|
||||
wine_fn_config_makefile dlls/d3d8 enable_d3d8
|
||||
wine_fn_config_makefile dlls/d3d8/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
|
||||
|
|
|
@ -2432,6 +2432,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d11)
|
|||
WINE_CONFIG_MAKEFILE(dlls/d3d11/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d12)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d12/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d12core)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d8)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d8/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3d8thk)
|
||||
|
|
1
dlls/d3d12core/Makefile.in
Normal file
1
dlls/d3d12core/Makefile.in
Normal file
|
@ -0,0 +1 @@
|
|||
MODULE = d3d12core.dll
|
2
dlls/d3d12core/d3d12core.spec
Normal file
2
dlls/d3d12core/d3d12core.spec
Normal file
|
@ -0,0 +1,2 @@
|
|||
@ stub D3D12GetInterface
|
||||
@ stub D3D12SDKVersion
|
Loading…
Add table
Reference in a new issue