mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +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
141 B
Makefile
10 lines
141 B
Makefile
MODULE = d3dx11_42.dll
|
|
IMPORTS = d3dcompiler
|
|
PARENTSRC = ../d3dx11_43
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
d3dx11_42.c \
|
|
texture.c
|
|
|
|
RC_SRCS = version.rc
|