mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
18 lines
275 B
Makefile
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
|