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

d3dx10_35/tests: Enable tests.

parent 5e5a97cf
......@@ -20340,6 +20340,7 @@ 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_35 enable_d3dx10_35
wine_fn_config_makefile dlls/d3dx10_35/tests enable_tests
wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
wine_fn_config_makefile dlls/d3dx10_36/tests enable_tests
wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
......
......@@ -3064,6 +3064,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3drm/tests)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_33)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_35/tests)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_36/tests)
WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
......
MODULE = d3dx10_35.dll
IMPORTLIB = d3dx10_35
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
......
TESTDLL = d3dx10_35.dll
IMPORTS = d3dx10_35 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