d3dx10_41/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
9e59a12fac
commit
afd08e82cf
|
@ -20387,6 +20387,7 @@ wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
|
||||||
wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
|
wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
|
||||||
wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
|
wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
|
||||||
wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
|
wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
|
||||||
|
wine_fn_config_makefile dlls/d3dx10_41/tests enable_tests
|
||||||
wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
|
wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42
|
||||||
wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
|
wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests
|
||||||
wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
|
wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43
|
||||||
|
|
|
@ -3087,6 +3087,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_40)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_40)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_41)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_41)
|
||||||
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_41/tests)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_42)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_42)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_42/tests)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_42/tests)
|
||||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_43)
|
WINE_CONFIG_MAKEFILE(dlls/d3dx10_43)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
MODULE = d3dx10_41.dll
|
MODULE = d3dx10_41.dll
|
||||||
|
IMPORTLIB = d3dx10_41
|
||||||
|
|
||||||
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
TESTDLL = d3dx10_41.dll
|
||||||
|
IMPORTS = d3dx10_41 ole32 gdi32
|
||||||
|
PARENTSRC = ../../d3dx10_43/tests
|
||||||
|
|
||||||
|
C_SRCS = \
|
||||||
|
d3dx10.c
|
Loading…
Reference in New Issue