repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
push ab3cc77eb114d2bd400734a9dccad24563f936a6
[wine/hacks.git]
/
dlls
/
gdiplus
/
Makefile.in
blob
e47592b5ad3dd1ed0480df49acf66ba9efb772cc
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
gdiplus.dll
6
IMPORTLIB
=
libgdiplus.
$(
IMPLIBEXT
)
7
IMPORTS
=
shlwapi oleaut32 ole32 user32 gdi32 advapi32 kernel32 ntdll
8
EXTRALIBS
= -
luuid
9
10
C_SRCS
=
\
11
brush.c \
12
customlinecap.c \
13
font.c \
14
gdiplus.c \
15
graphics.c \
16
graphicspath.c \
17
image.c \
18
imageattributes.c \
19
matrix.c \
20
pathiterator.c \
21
pen.c \
22
stringformat.c
23
24
@MAKE_DLL_RULES@
25
26
@DEPENDENCIES@
# everything below this line is overwritten by make depend