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