shell32: Partially implement Mac Trash backing for the Recycle Bin.
[wine/multimedia.git] / dlls / shell32 / Makefile.in
blobef2d73444651f1c9d88490fc5387ba22d6c824ab
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
6 EXTRALIBS = @CORESERVICESLIB@
8 C_SRCS = \
9 appbar.c \
10 assoc.c \
11 autocomplete.c \
12 brsfolder.c \
13 changenotify.c \
14 classes.c \
15 clipboard.c \
16 control.c \
17 cpanelfolder.c \
18 dataobject.c \
19 dde.c \
20 debughlp.c \
21 dialogs.c \
22 dragdrophelper.c \
23 ebrowser.c \
24 enumidlist.c \
25 folders.c \
26 iconcache.c \
27 pidl.c \
28 recyclebin.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 shlview_cmenu.c \
51 shpolicy.c \
52 systray.c \
53 trash.c \
54 xdg.c
56 RC_SRCS = shell32.rc
57 PO_SRCS = shell32.rc
59 IDL_TLB_SRCS = shell32_tlb.idl
61 IDL_R_SRCS = shell32_classes.idl
63 SVG_SRCS = \
64 cdrom.svg \
65 control.svg \
66 delete.svg \
67 desktop.svg \
68 document.svg \
69 drive.svg \
70 floppy.svg \
71 folder.svg \
72 folder_open.svg \
73 mycomputer.svg \
74 mydocs.svg \
75 netdrive.svg \
76 netdrive2.svg \
77 printer.svg \
78 ramdisk.svg \
79 shortcut.svg \
80 trash_file.svg
82 @MAKE_DLL_RULES@