d3dx11_42/tests: Enable tests.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ec25eeab4c
commit
b6d1a984ed
4 changed files with 10 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -20439,6 +20439,7 @@ wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
|
|||
wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
|
||||
wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42
|
||||
wine_fn_config_makefile dlls/d3dx11_42/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx11_43 enable_d3dx11_43
|
||||
wine_fn_config_makefile dlls/d3dx11_43/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx9_24 enable_d3dx9_24
|
||||
|
|
|
@ -3098,6 +3098,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_42)
|
|||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_43)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_43/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx11_42)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx11_42/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx11_43)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx11_43/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx9_24)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
EXTRADEFS = -DD3DX11_SDK_VERSION=42
|
||||
MODULE = d3dx11_42.dll
|
||||
MODULE = d3dx11_42.dll
|
||||
IMPORTLIB = d3dx11_42
|
||||
IMPORTS = d3dcompiler
|
||||
PARENTSRC = ../d3dx11_43
|
||||
|
||||
|
|
6
dlls/d3dx11_42/tests/Makefile.in
Normal file
6
dlls/d3dx11_42/tests/Makefile.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
TESTDLL = d3dx11_42.dll
|
||||
IMPORTS = d3dx11_42
|
||||
PARENTSRC = ../../d3dx11_43/tests
|
||||
|
||||
C_SRCS = \
|
||||
d3dx11.c
|
Loading…
Add table
Reference in a new issue