projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdiplus: Implement partially transparent solid fill brushes.
[wine]
/
dlls
/
wuapi
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = wuapi.dll
7
IMPORTS = uuid ole32 advapi32 kernel32
8
9
C_SRCS = \
10
downloader.c \
11
installer.c \
12
main.c \
13
regsvr.c \
14
searcher.c \
15
session.c \
16
updates.c
17
18
@MAKE_DLL_RULES@
19
20
@DEPENDENCIES@ # everything below this line is overwritten by make depend