wine/dlls/d3dx9_42/tests/Makefile.in
Matteo Bruni bda31ac68f d3dx9/tests: Add d3dx9_42 tests.
Share the code with the existing d3dx9_36 tests.
2025-03-10 22:06:23 +01:00

18 lines
275 B
Makefile

TESTDLL = d3dx9_42.dll
IMPORTS = d3dx9_42 d3d9 user32 gdi32
EXTRADEFS = -DD3DX_SDK_VERSION=42
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