wine/dlls/d2d1/Makefile.in
Alexandre Julliard f13245295d d2d1: Avoid an unsupported makefile variable assignment.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 16:44:50 +09:00

20 lines
304 B
Makefile

MODULE = d2d1.dll
IMPORTLIB = d2d1
IMPORTS = d3d10_1 dxguid uuid
DELAYIMPORTS = dwrite
C_SRCS = \
bitmap.c \
brush.c \
factory.c \
geometry.c \
mesh.c \
render_target.c \
state_block.c \
stroke.c \
wic_render_target.c
RC_SRCS = version.rc
geometry_EXTRADEFS = $(EXCESS_PRECISION_CFLAGS)