mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 18:24:48 +00:00
40c2b73573
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
147 B
Makefile
10 lines
147 B
Makefile
MODULE = d3dx10_43.dll
|
|
IMPORTLIB = d3dx10
|
|
IMPORTS = d3d10_1 d3dcompiler dxguid
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
d3dx10_43_main.c
|
|
|
|
RC_SRCS = version.rc
|