shell32: Add stub implementation of IShellDispatch.
[wine.git] / dlls / shell32 / Makefile.in
blob7755111feb16ad43f7a7331c7e7661a3c1437a17
1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 MODULE = shell32.dll
3 IMPORTLIB = shell32
4 IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32
5 DELAYIMPORTS = ole32 oleaut32 shdocvw version
7 C_SRCS = \
8 appbar.c \
9 assoc.c \
10 autocomplete.c \
11 brsfolder.c \
12 changenotify.c \
13 classes.c \
14 clipboard.c \
15 control.c \
16 cpanelfolder.c \
17 dataobject.c \
18 dde.c \
19 debughlp.c \
20 dialogs.c \
21 dragdrophelper.c \
22 ebrowser.c \
23 enumidlist.c \
24 folders.c \
25 iconcache.c \
26 pidl.c \
27 recyclebin.c \
28 regsvr.c \
29 shell32_main.c \
30 shelldispatch.c \
31 shellitem.c \
32 shelllink.c \
33 shellole.c \
34 shellord.c \
35 shellpath.c \
36 shellreg.c \
37 shellstring.c \
38 shfldr_desktop.c \
39 shfldr_fs.c \
40 shfldr_mycomp.c \
41 shfldr_netplaces.c \
42 shfldr_printers.c \
43 shfldr_unixfs.c \
44 shlexec.c \
45 shlfileop.c \
46 shlfolder.c \
47 shlfsbind.c \
48 shlmenu.c \
49 shlview.c \
50 shpolicy.c \
51 shv_bg_cmenu.c \
52 shv_item_cmenu.c \
53 systray.c \
54 trash.c \
55 xdg.c
57 RC_SRCS = \
58 shell32.rc \
59 shell32_Bg.rc \
60 shell32_Ca.rc \
61 shell32_Cs.rc \
62 shell32_Da.rc \
63 shell32_De.rc \
64 shell32_En.rc \
65 shell32_Eo.rc \
66 shell32_Es.rc \
67 shell32_Fi.rc \
68 shell32_Fr.rc \
69 shell32_He.rc \
70 shell32_Hu.rc \
71 shell32_It.rc \
72 shell32_Ja.rc \
73 shell32_Ko.rc \
74 shell32_Lt.rc \
75 shell32_Nl.rc \
76 shell32_No.rc \
77 shell32_Pl.rc \
78 shell32_Pt.rc \
79 shell32_Ro.rc \
80 shell32_Ru.rc \
81 shell32_Si.rc \
82 shell32_Sk.rc \
83 shell32_Sr.rc \
84 shell32_Sv.rc \
85 shell32_Tr.rc \
86 shell32_Uk.rc \
87 shell32_Wa.rc \
88 shell32_Zh.rc
90 PO_SRCS = shell32.rc
92 SVG_SRCS = \
93 cdrom.svg \
94 control.svg \
95 delete.svg \
96 desktop.svg \
97 document.svg \
98 drive.svg \
99 floppy.svg \
100 folder.svg \
101 folder_open.svg \
102 mycomputer.svg \
103 mydocs.svg \
104 netdrive.svg \
105 netdrive2.svg \
106 printer.svg \
107 ramdisk.svg \
108 shortcut.svg \
109 trash_file.svg
111 @MAKE_DLL_RULES@