wine/dlls/d3dx9_35/tests/Makefile.in
Nikolay Sivov 5a452a7551 d3dx9/tests: Enable tests for d3dx9_35.dll.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2025-03-17 17:38:09 +01:00

18 lines
275 B
Makefile

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