Moved shlwapi routines from shell32.dll to shlwapi.dll.
[wine] / dlls / shell32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = shell32
6 SOVERSION = 1.0
7 ALTNAMES  = shell
8 IMPORTS   = ole32 shlwapi
9
10 C_SRCS = \
11         brsfolder.c \
12         changenotify.c \
13         classes.c \
14         clipboard.c \
15         dataobject.c \
16         dialogs.c \
17         enumidlist.c \
18         folders.c \
19         iconcache.c \
20         memorystream.c \
21         pidl.c \
22         shell32_main.c \
23         shell.c \
24         shellguid.c \
25         shelllink.c \
26         shlmenu.c \
27         shellole.c \
28         shellord.c \
29         shellpath.c \
30         shellstring.c \
31         shellreg.c \
32         shlfileop.c \
33         shlfolder.c \
34         shlview.c \
35         shpolicy.c \
36         shv_bg_cmenu.c \
37         shv_item_cmenu.c \
38         systray.c
39
40 RC_SRCS= \
41         shres.rc
42
43 @MAKE_DLL_RULES@
44
45 all: check_wrc
46
47 ### Dependencies:
48