mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
24a4b8caf1
Based on a patch by Eric Pouech. Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
31 lines
499 B
Makefile
31 lines
499 B
Makefile
EXTRADEFS = -DD3DX_SDK_VERSION=35
|
|
MODULE = d3dx9_35.dll
|
|
IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
|
|
PARENTSRC = ../d3dx9_36
|
|
DELAYIMPORTS = windowscodecs usp10
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
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
|