projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Add a helper function to create a full name from a family name and a style...
[wine]
/
dlls
/
inetcpl.cpl
/
Makefile.in
1
MODULE = inetcpl.cpl
2
IMPORTS = comctl32 shlwapi user32 advapi32
3
DELAYIMPORTS = cryptui wininet ole32 urlmon
4
5
C_SRCS = \
6
content.c \
7
general.c \
8
inetcpl.c \
9
security.c
10
11
RC_SRCS = inetcpl.rc
12
PO_SRCS = inetcpl.rc
13
14
SVG_SRCS = \
15
inetcpl.svg
16
17
@MAKE_DLL_RULES@