d3dx10_34/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
f3f2fec52d
commit
a15527ff29
|
@ -20267,6 +20267,7 @@ wine_fn_config_makefile dlls/d3drm enable_d3drm
|
|||
wine_fn_config_makefile dlls/d3drm/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
|
||||
wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
|
||||
wine_fn_config_makefile dlls/d3dx10_34/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
|
||||
wine_fn_config_makefile dlls/d3dx10_35/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
|
||||
|
|
|
@ -3037,6 +3037,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3drm)
|
|||
WINE_CONFIG_MAKEFILE(dlls/d3drm/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_33)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_34/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_35/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MODULE = d3dx10_34.dll
|
||||
IMPORTLIB = d3dx10_34
|
||||
|
||||
EXTRADLLFLAGS = -Wb,--prefer-native
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
TESTDLL = d3dx10_34.dll
|
||||
IMPORTS = d3dx10_34 ole32 gdi32
|
||||
PARENTSRC = ../../d3dx10_43/tests
|
||||
|
||||
C_SRCS = \
|
||||
d3dx10.c
|
Loading…
Reference in New Issue