34a01da5c234076c1cf3b8e871dfc8dd243d6ac9
[reactos.git] / reactos / base / shell / explorer / explorer.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
3 <group xmlns:xi="http://www.w3.org/2001/XInclude">
4 <module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" unicode="yes">
5 <compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
6 <include base="explorer">.</include>
7 <define name="WIN32" />
8 <define name="_WIN32_IE">0x0600</define>
9 <define name="_WIN32_WINNT">0x0501</define>
10 <define name="WINVER">0x0500</define>
11 <define name="__WINDRES__" />
12 <library>advapi32</library>
13 <library>kernel32</library>
14 <library>gdi32</library>
15 <library>user32</library>
16 <library>ws2_32</library>
17 <library>msimg32</library>
18 <library>comctl32</library>
19 <library>ole32</library>
20 <library>oleaut32</library>
21 <library>shell32</library>
22 <library>uuid</library>
23 <library>notifyhook</library>
24 <pch>precomp.h</pch>
25 <directory name="desktop">
26 <file>desktop.cpp</file>
27 </directory>
28 <directory name="dialogs">
29 <file>searchprogram.cpp</file>
30 <file>settings.cpp</file>
31 </directory>
32 <directory name="shell">
33 <file>entries.cpp</file>
34 <file>fatfs.cpp</file>
35 <file>filechild.cpp</file>
36 <file>shellfs.cpp</file>
37 <file>mainframe.cpp</file>
38 <file>ntobjfs.cpp</file>
39 <file>pane.cpp</file>
40 <file>regfs.cpp</file>
41 <file>shellbrowser.cpp</file>
42 <file>unixfs.cpp</file>
43 <file>webchild.cpp</file>
44 <file>winfs.cpp</file>
45 </directory>
46 <directory name="services">
47 <file>shellservices.cpp</file>
48 <file>startup.c</file>
49 </directory>
50 <directory name="taskbar">
51 <file>desktopbar.cpp</file>
52 <file>favorites.cpp</file>
53 <file>taskbar.cpp</file>
54 <file>startmenu.cpp</file>
55 <file>traynotify.cpp</file>
56 <file>quicklaunch.cpp</file>
57 </directory>
58 <directory name="utility">
59 <file>shellclasses.cpp</file>
60 <file>utility.cpp</file>
61 <file>window.cpp</file>
62 <file>dragdropimpl.cpp</file>
63 <file>shellbrowserimpl.cpp</file>
64 <file>xmlstorage.cpp</file>
65 <file>xs-native.cpp</file>
66 </directory>
67 <file>explorer.cpp</file>
68 <file>i386-stub-win32.c</file>
69 <file>explorer.rc</file>
70 </module>
71 <installfile installbase=".">explorer-cfg-template.xml</installfile>
72 <directory name="notifyhook">
73 <xi:include href="notifyhook/notifyhook.rbuild" />
74 </directory>
75 </group>