wine/dlls/d3dx9_43/tests/Makefile.in
Matteo Bruni 258056664a d3dx9/tests: Add d3dx9_43 tests.
Share the code with the existing d3dx9_36 tests.
2024-12-04 20:07:02 +01:00

18 lines
275 B
Makefile

TESTDLL = d3dx9_43.dll
IMPORTS = d3dx9_43 d3d9 user32 gdi32
EXTRADEFS = -DD3DX_SDK_VERSION=43
PARENTSRC = ../../d3dx9_36/tests
SOURCES = \
asm.c \
core.c \
effect.c \
line.c \
math.c \
mesh.c \
rsrc.rc \
shader.c \
surface.c \
texture.c \
volume.c \
xfile.c