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