ntdll: Check for case-insensitive volumes.
[wine.git] / dlls / shell32 / Makefile.in
blobc5cc72aaa0ec9b7d166eb43626e3d2af60db12e7
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 shell32_main.c \
29 shelldispatch.c \
30 shellitem.c \
31 shelllink.c \
32 shellole.c \
33 shellord.c \
34 shellpath.c \
35 shellreg.c \
36 shellstring.c \
37 shfldr_desktop.c \
38 shfldr_fs.c \
39 shfldr_mycomp.c \
40 shfldr_netplaces.c \
41 shfldr_printers.c \
42 shfldr_unixfs.c \
43 shlexec.c \
44 shlfileop.c \
45 shlfolder.c \
46 shlfsbind.c \
47 shlmenu.c \
48 shlview.c \
49 shpolicy.c \
50 shv_bg_cmenu.c \
51 shv_item_cmenu.c \
52 systray.c \
53 trash.c \
54 xdg.c
56 RC_SRCS = \
57 shell32.rc \
58 shell32_Bg.rc \
59 shell32_Ca.rc \
60 shell32_Cs.rc \
61 shell32_Da.rc \
62 shell32_De.rc \
63 shell32_En.rc \
64 shell32_Eo.rc \
65 shell32_Es.rc \
66 shell32_Fi.rc \
67 shell32_Fr.rc \
68 shell32_He.rc \
69 shell32_Hu.rc \
70 shell32_It.rc \
71 shell32_Ja.rc \
72 shell32_Ko.rc \
73 shell32_Lt.rc \
74 shell32_Nl.rc \
75 shell32_No.rc \
76 shell32_Pl.rc \
77 shell32_Pt.rc \
78 shell32_Ro.rc \
79 shell32_Ru.rc \
80 shell32_Si.rc \
81 shell32_Sk.rc \
82 shell32_Sr.rc \
83 shell32_Sv.rc \
84 shell32_Tr.rc \
85 shell32_Uk.rc \
86 shell32_Wa.rc \
87 shell32_Zh.rc
89 PO_SRCS = shell32.rc
91 IDL_TLB_SRCS = shell32_tlb.idl
93 IDL_R_SRCS = shell32_classes.idl
95 SVG_SRCS = \
96 cdrom.svg \
97 control.svg \
98 delete.svg \
99 desktop.svg \
100 document.svg \
101 drive.svg \
102 floppy.svg \
103 folder.svg \
104 folder_open.svg \
105 mycomputer.svg \
106 mydocs.svg \
107 netdrive.svg \
108 netdrive2.svg \
109 printer.svg \
110 ramdisk.svg \
111 shortcut.svg \
112 trash_file.svg
114 @MAKE_DLL_RULES@