repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msi/tests: Remove workarounds for Windows 2000.
[wine.git]
/
dlls
/
d2d1
/
Makefile.in
blob
c3af08ae79d3e653435f0e7a58bc2109ad41faed
1
MODULE
=
d2d1.dll
2
IMPORTLIB
=
d2d1
3
IMPORTS
=
d3d10_1 dxguid uuid gdi32 user32 advapi32
4
DELAYIMPORTS
=
dwrite
5
6
EXTRADLLFLAGS
= -
mno-cygwin
7
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
23
24
RC_SRCS
=
version.rc
25
26
geometry_EXTRADEFS
= $(
EXCESS_PRECISION_CFLAGS
)