secur32/tests: Use importlib for functions available since Windows XP.
[wine.git] / dlls / d2d1 / Makefile.in
blob68e92687e41d00a88bfb2be07784ea9f5ba64353
1 MODULE = d2d1.dll
2 IMPORTLIB = d2d1
3 IMPORTS = d3d10_1 dxguid uuid gdi32 user32
4 DELAYIMPORTS = dwrite
6 C_SRCS = \
7 bitmap.c \
8 bitmap_render_target.c \
9 brush.c \
10 dc_render_target.c \
11 factory.c \
12 geometry.c \
13 hwnd_render_target.c \
14 mesh.c \
15 render_target.c \
16 state_block.c \
17 stroke.c \
18 wic_render_target.c
20 RC_SRCS = version.rc
22 geometry_EXTRADEFS = $(EXCESS_PRECISION_CFLAGS)