wmiutils: Implement IWbemPath::GetNamespaceAt.
[wine] / dlls / inetcpl.cpl / Makefile.in
1 MODULE    = inetcpl.cpl
2 IMPORTS   = comctl32 shlwapi user32 advapi32
3 DELAYIMPORTS = cryptui wininet ole32 urlmon shell32
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@