mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
0fee3fc46f
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
217 B
Makefile
13 lines
217 B
Makefile
EXTRADEFS = -DD3DX11_SDK_VERSION=43
|
|
MODULE = d3dx11_43.dll
|
|
IMPORTLIB = d3dx11
|
|
IMPORTS = d3dcompiler
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
main.c \
|
|
texture.c
|
|
|
|
RC_SRCS = version.rc
|