3f847e34dd3fc7a8c644de11e0f567bfb3188d05
[reactos.git] / reactos / subsys / system / explorer / explorer.xml
1 <module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings ="true">
2
3 <linkerflag>-luuid</linkerflag>
4 <linkerflag>-lstdc++</linkerflag>
5 <linkerflag>-fexceptions</linkerflag>
6 <include base="explorer">.</include>
7 <include base="ReactOS">include/expat</include>
8 <define name="__USE_W32API" />
9 <define name="UNICODE" />
10 <define name="WIN32" />
11 <define name="_ROS_" />
12 <define name="_WIN32_IE">0x0600</define>
13 <define name="_WIN32_WINNT">0x0501</define>
14 <define name="WINVER">0x0500</define>
15 <define name="__WINDRES__" />
16 <library>kernel32</library>
17 <library>gdi32</library>
18 <library>user32</library>
19 <library>ws2_32</library>
20 <library>msimg32</library>
21 <library>comctl32</library>
22 <library>ole32</library>
23 <library>oleaut32</library>
24 <library>shell32</library>
25 <library>expat</library>
26 <library>notifyhook</library>
27 <pch>precomp.h</pch>
28 <directory name="desktop">
29 <file>desktop.cpp</file>
30 </directory>
31 <directory name="dialogs">
32 <file>searchprogram.cpp</file>
33 <file>settings.cpp</file>
34 </directory>
35 <directory name="shell">
36 <file>entries.cpp</file>
37 <file>fatfs.cpp</file>
38 <file>filechild.cpp</file>
39 <file>shellfs.cpp</file>
40 <file>mainframe.cpp</file>
41 <file>ntobjfs.cpp</file>
42 <file>pane.cpp</file>
43 <file>regfs.cpp</file>
44 <file>shellbrowser.cpp</file>
45 <file>unixfs.cpp</file>
46 <file>webchild.cpp</file>
47 <file>winfs.cpp</file>
48 </directory>
49 <directory name="services">
50 <file>shellservices.cpp</file>
51 <file>startup.c</file>
52 </directory>
53 <directory name="taskbar">
54 <file>desktopbar.cpp</file>
55 <file>favorites.cpp</file>
56 <file>taskbar.cpp</file>
57 <file>startmenu.cpp</file>
58 <file>traynotify.cpp</file>
59 <file>quicklaunch.cpp</file>
60 </directory>
61 <directory name="utility">
62 <file>shellclasses.cpp</file>
63 <file>utility.cpp</file>
64 <file>window.cpp</file>
65 <file>dragdropimpl.cpp</file>
66 <file>shellbrowserimpl.cpp</file>
67 <file>xmlstorage.cpp</file>
68 </directory>
69 <file>explorer.cpp</file>
70 <file>i386-stub-win32.c</file>
71 <file>explorer.rc</file>
72 </module>
73 <installfile base=".">explorer-cfg-template.xml</installfile>
74 <directory name="notifyhook">
75 <xi:include href="notifyhook/notifyhook.xml" />
76 </directory>