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
ntoskrnl.exe/tests: Fix path buffer allocation size.
[wine.git]
/
dlls
/
d2d1
/
Makefile.in
blob
413571338ba69347ba9364108aaf5e5291262f91
1
MODULE
=
d2d1.dll
2
IMPORTLIB
=
d2d1
3
IMPORTS
=
d3d10_1 dxguid uuid gdi32 user32 advapi32
4
DELAYIMPORTS
=
dwrite
5
6
C_SRCS
=
\
7
bitmap.c \
8
bitmap_render_target.c \
9
brush.c \
10
dc_render_target.c \
11
device.c \
12
effect.c \
13
factory.c \
14
geometry.c \
15
hwnd_render_target.c \
16
layer.c \
17
mesh.c \
18
state_block.c \
19
stroke.c \
20
wic_render_target.c
21
22
RC_SRCS
=
version.rc
23
24
geometry_EXTRADEFS
= $(
EXCESS_PRECISION_CFLAGS
)