projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Allow the PutImage entry point to optionally support stretching.
[wine]
/
dlls
/
wuapi
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
MODULE = wuapi.dll
3
IMPORTS = uuid ole32 advapi32
4
5
C_SRCS = \
6
downloader.c \
7
installer.c \
8
main.c \
9
searcher.c \
10
session.c \
11
updates.c
12
13
IDL_TLB_SRCS = wuapi_tlb.idl
14
IDL_R_SRCS = wuapi_tlb.idl
15
16
RC_SRCS = rsrc.rc
17
18
@MAKE_DLL_RULES@