wine/dlls/d3dx9_36/Makefile.in
Matteo Bruni 376182062f d3dx9: Handle compressed surfaces in D3DXLoadSurfaceFromMemory.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=24983
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-26 21:04:39 +02:00

32 lines
488 B
Makefile

EXTRADEFS = -DD3DX_SDK_VERSION=36
MODULE = d3dx9_36.dll
IMPORTLIB = d3dx9
IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32 ucrtbase
DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
animation.c \
core.c \
effect.c \
font.c \
line.c \
main.c \
math.c \
mesh.c \
preshader.c \
render.c \
shader.c \
skin.c \
sprite.c \
surface.c \
texture.c \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
volume.c \
xfile.c
RC_SRCS = version.rc