Commit cd0cb0cb authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3dx10_40/tests: Enable tests.

parent 6cd12a9a
......@@ -20386,6 +20386,7 @@ wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
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_40 enable_d3dx10_40
wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
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
......
......@@ -3086,6 +3086,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_40)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_40/tests)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_41)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_41/tests)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_42)
......
MODULE = d3dx10_40.dll
IMPORTLIB = d3dx10_40
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
......
TESTDLL = d3dx10_40.dll
IMPORTS = d3dx10_40 ole32 gdi32
PARENTSRC = ../../d3dx10_43/tests
C_SRCS = \
d3dx10.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment