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