mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
0951a1b6db
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
137 B
Makefile
10 lines
137 B
Makefile
MODULE = d3dx11_43.dll
|
|
IMPORTLIB = d3dx11
|
|
IMPORTS = d3dcompiler
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
d3dx11_43.c \
|
|
texture.c
|
|
|
|
RC_SRCS = version.rc
|