ntdll: Make wine_build a hidden symbol.
[wine.git] / dlls / d2d1 / Makefile.in
blobc3af08ae79d3e653435f0e7a58bc2109ad41faed
1 MODULE = d2d1.dll
2 IMPORTLIB = d2d1
3 IMPORTS = d3d10_1 dxguid uuid gdi32 user32 advapi32
4 DELAYIMPORTS = dwrite
6 EXTRADLLFLAGS = -mno-cygwin
8 C_SRCS = \
9 bitmap.c \
10 bitmap_render_target.c \
11 brush.c \
12 dc_render_target.c \
13 device.c \
14 effect.c \
15 factory.c \
16 geometry.c \
17 hwnd_render_target.c \
18 layer.c \
19 mesh.c \
20 state_block.c \
21 stroke.c \
22 wic_render_target.c
24 RC_SRCS = version.rc
26 geometry_EXTRADEFS = $(EXCESS_PRECISION_CFLAGS)