projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
dlls
/
inetcomm
/
Makefile.in
1
MODULE = inetcomm.dll
2
IMPORTLIB = inetcomm
3
IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32
4
5
C_SRCS = \
6
imaptransport.c \
7
inetcomm_main.c \
8
internettransport.c \
9
mimeintl.c \
10
mimeole.c \
11
pop3transport.c \
12
regsvr.c \
13
smtptransport.c
14
15
@MAKE_DLL_RULES@