projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
setupapi: Fix total size when appending multi-string values.
[wine]
/
dlls
/
uxtheme
/
Makefile.in
1
MODULE = uxtheme.dll
2
IMPORTLIB = uxtheme
3
IMPORTS = user32 gdi32 advapi32
4
DELAYIMPORTS = msimg32
5
6
C_SRCS = \
7
buffer.c \
8
draw.c \
9
main.c \
10
metric.c \
11
msstyles.c \
12
property.c \
13
stylemap.c \
14
system.c \
15
uxini.c
16
17
RC_SRCS = version.rc
18
19
@MAKE_DLL_RULES@