mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
fafd607eff
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
289 B
Makefile
17 lines
289 B
Makefile
MODULE = d3dx10_43.dll
|
|
IMPORTLIB = d3dx10
|
|
IMPORTS = d3d10_1 d3dcompiler dxguid uuid
|
|
DELAYIMPORTS = windowscodecs
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
compiler.c \
|
|
d3dx10_43_main.c \
|
|
font.c \
|
|
mesh.c \
|
|
sprite.c \
|
|
texture.c
|
|
|
|
RC_SRCS = version.rc
|