d3dx10_37/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
9de0a20e30
commit
0727bba57f
|
@ -20375,6 +20375,7 @@ wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
|
|||
wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
|
||||
wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
|
||||
wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
|
||||
wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
|
||||
wine_fn_config_makefile dlls/d3dx10_38/tests enable_tests
|
||||
wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
|
||||
|
|
|
@ -3074,6 +3074,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
|
|||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_37/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_38/tests)
|
||||
WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MODULE = d3dx10_37.dll
|
||||
IMPORTLIB = d3dx10_37
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
TESTDLL = d3dx10_37.dll
|
||||
IMPORTS = d3dx10_37 ole32 gdi32
|
||||
PARENTSRC = ../../d3dx10_43/tests
|
||||
|
||||
C_SRCS = \
|
||||
d3dx10.c
|
Loading…
Reference in New Issue