hid: Rewrite HidP_MaxUsageListLength using enum_value_caps.
[wine.git] / dlls / shell32 / Makefile.in
blobfe49bf09f9887439102bb7bf875d3287b50d5b91
1 EXTRADEFS = -D_SHELL32_
2 MODULE = shell32.dll
3 IMPORTLIB = shell32
4 IMPORTS = uuid shlwapi user32 gdi32 advapi32
5 DELAYIMPORTS = ole32 oleaut32 shdocvw version comctl32 gdiplus
6 # AUTHORS file is in the top-level directory
7 EXTRAINCL = -I$(top_srcdir)
9 C_SRCS = \
10 appbar.c \
11 assoc.c \
12 autocomplete.c \
13 brsfolder.c \
14 changenotify.c \
15 classes.c \
16 clipboard.c \
17 control.c \
18 cpanelfolder.c \
19 dataobject.c \
20 dde.c \
21 debughlp.c \
22 dialogs.c \
23 dragdrophelper.c \
24 ebrowser.c \
25 enumidlist.c \
26 folders.c \
27 iconcache.c \
28 pidl.c \
29 recyclebin.c \
30 shell32_main.c \
31 shelldispatch.c \
32 shellitem.c \
33 shelllink.c \
34 shellole.c \
35 shellord.c \
36 shellpath.c \
37 shellreg.c \
38 shellstring.c \
39 shfldr_desktop.c \
40 shfldr_fs.c \
41 shfldr_mycomp.c \
42 shfldr_netplaces.c \
43 shfldr_printers.c \
44 shfldr_unixfs.c \
45 shlexec.c \
46 shlfileop.c \
47 shlfolder.c \
48 shlfsbind.c \
49 shlmenu.c \
50 shlview.c \
51 shlview_cmenu.c \
52 shpolicy.c \
53 systray.c \
54 trash.c \
55 xdg.c
57 RC_SRCS = shell32.rc
59 IDL_SRCS = \
60 shell32_classes.idl \
61 shell32_tlb.idl
63 SVG_SRCS = \
64 resources/audio.svg \
65 resources/blank.svg \
66 resources/control.svg \
67 resources/copy.svg \
68 resources/delete.svg \
69 resources/desktop.svg \
70 resources/disk_drive.svg \
71 resources/document.svg \
72 resources/drive.svg \
73 resources/eject.svg \
74 resources/favorites.svg \
75 resources/folder.svg \
76 resources/folder_open.svg \
77 resources/help.svg \
78 resources/image.svg \
79 resources/internet.svg \
80 resources/log_off.svg \
81 resources/menu.svg \
82 resources/move.svg \
83 resources/mycomputer.svg \
84 resources/mydocs.svg \
85 resources/netdrive.svg \
86 resources/netdrive2.svg \
87 resources/network.svg \
88 resources/optical_disc.svg \
89 resources/optical_drive.svg \
90 resources/play.svg \
91 resources/printer.svg \
92 resources/ramdisk.svg \
93 resources/recent.svg \
94 resources/rename.svg \
95 resources/restricted.svg \
96 resources/search.svg \
97 resources/security.svg \
98 resources/shortcut.svg \
99 resources/shut_down.svg \
100 resources/sleep.svg \
101 resources/trash_file.svg \
102 resources/trash_full.svg \
103 resources/update.svg \
104 resources/users.svg \
105 resources/video.svg \
106 resources/window.svg