mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
17 lines
239 B
Makefile
17 lines
239 B
Makefile
TESTDLL = d3dx9_36.dll
|
|
IMPORTS = d3dx9 d3d9 user32 gdi32
|
|
EXTRADEFS = -DD3DX_SDK_VERSION=36
|
|
|
|
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
|