mirror of
https://github.com/reactos/wine.git
synced 2025-01-30 00:14:40 +00:00
e8b4d8e0d0
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
19 lines
292 B
Makefile
19 lines
292 B
Makefile
MODULE = d2d1.dll
|
|
IMPORTLIB = d2d1
|
|
IMPORTS = d3d10_1 dxguid uuid
|
|
DELAYIMPORTS = dwrite
|
|
CFLAGS += $(EXCESS_PRECISION_CFLAGS)
|
|
|
|
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
|