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
taskmgr: Fix an error in a Turkish resource.
[wine/hacks.git]
/
dlls
/
gdiplus
/
Makefile.in
blob
c1f9032cc67f48790d75e03b5cb3eeebe1258a1a
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
gdiplus.dll
6
IMPORTLIB
=
gdiplus
7
IMPORTS
=
uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32
8
DELAYIMPORTS
=
windowscodecs
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
region.c \
23
stringformat.c
24
25
@MAKE_DLL_RULES@