Get shell32 to compile warning-free
[reactos.git] / reactos / dll / win32 / shell32 / shell32.rbuild
1 <module name="shell32" type="win32dll" baseaddress="${BASEADDRESS_SHELL32}" installbase="system32" installname="shell32.dll">
2 <autoregister infsection="OleControlDlls" type="Both" />
3 <importlibrary definition="shell32.spec.def" />
4 <include base="shell32">.</include>
5 <include base="recyclebin">.</include>
6 <include base="ReactOS">include/reactos/wine</include>
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x600</define>
9 <define name="WINVER">0x600</define>
10 <define name="_SHELL32_" />
11 <define name="COM_NO_WINDOWS_H" />
12 <library>wine</library>
13 <library>uuid</library>
14 <library>recyclebin</library>
15 <library>ntdll</library>
16 <library>kernel32</library>
17 <library>advapi32</library>
18 <library>gdi32</library>
19 <library>user32</library>
20 <library>comctl32</library>
21 <library>comdlg32</library>
22 <library>shlwapi</library>
23 <library>ole32</library>
24 <library>version</library>
25 <library>devmgr</library>
26 <library>winspool</library>
27 <file>authors.c</file>
28 <file>autocomplete.c</file>
29 <file>brsfolder.c</file>
30 <file>changenotify.c</file>
31 <file>classes.c</file>
32 <file>clipboard.c</file>
33 <file>control.c</file>
34 <file>cpanelfolder.c</file>
35 <file>dataobject.c</file>
36 <file>dde.c</file>
37 <file>debughlp.c</file>
38 <file>dialogs.c</file>
39 <file>dragdrophelper.c</file>
40 <file>enumidlist.c</file>
41 <file>extracticon.c</file>
42 <file>folders.c</file>
43 <file>iconcache.c</file>
44 <file>pidl.c</file>
45 <file>regsvr.c</file>
46 <file>shell32_main.c</file>
47 <file>shelllink.c</file>
48 <file>shellole.c</file>
49 <file>shellord.c</file>
50 <file>shellpath.c</file>
51 <file>shellreg.c</file>
52 <file>shellstring.c</file>
53 <file>shfldr_desktop.c</file>
54 <file>shfldr_fs.c</file>
55 <file>shfldr_mycomp.c</file>
56 <file>shlfldr_mydocuments.c</file>
57 <file>shfldr_printers.c</file>
58 <file>shlexec.c</file>
59 <file>shlfileop.c</file>
60 <file>shlfolder.c</file>
61 <file>shlfsbind.c</file>
62 <file>shlmenu.c</file>
63 <file>shlview.c</file>
64 <file>shpolicy.c</file>
65 <file>shv_bg_cmenu.c</file>
66 <file>shv_item_cmenu.c</file>
67 <file>startmenu.c</file>
68 <file>ros-systray.c</file>
69 <file>shell32.rc</file>
70 <file>shell32.spec</file>
71 <file>fprop.c</file>
72 <file>drive.c</file>
73 <file>recyclebin.c</file>
74 <file>she_ocmenu.c</file>
75 <file>shv_item_new.c</file>
76 <file>folder_options.c</file>
77 <file>shfldr_netplaces.c</file>
78 </module>