wine/dlls/d2d1/Makefile.in
Alexandre Julliard efa6b9f647 d2d1: Use a gcc pragma instead of a compiler flag for -fexcess-precision.
This will be needed to support building multiple architectures from
the same tree.
2022-10-14 18:03:25 +02:00

24 lines
397 B
Makefile

MODULE = d2d1.dll
IMPORTLIB = d2d1
IMPORTS = d3d10_1 dxguid uuid gdi32 user32 advapi32
DELAYIMPORTS = dwrite xmllite ole32
C_SRCS = \
bitmap.c \
bitmap_render_target.c \
brush.c \
command_list.c \
dc_render_target.c \
device.c \
effect.c \
factory.c \
geometry.c \
hwnd_render_target.c \
layer.c \
mesh.c \
state_block.c \
stroke.c \
wic_render_target.c
RC_SRCS = version.rc