wine/dlls/d3dcompiler_42/tests/Makefile.in
Matteo Bruni aef50eeedf d3dcompiler/tests: Add d3dcompiler_42 tests.
Share the code with the existing d3dcompiler_47 tests.
2025-03-10 22:06:23 +01:00

11 lines
224 B
Makefile

TESTDLL = d3dcompiler_42.dll
IMPORTS = d3d9 user32 d3dcompiler_42
EXTRADEFS = -DD3D_COMPILER_VERSION=42
PARENTSRC = ../../d3dcompiler_43/tests
SOURCES = \
asm.c \
blob.c \
hlsl_d3d11.c \
hlsl_d3d9.c \
reflection.c