A few fixes
[reactos.git] / reactos / base / applications / ibrowser / ibrowser.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <module name="ibrowser" type="win32gui" installbase="system32" installname="ibrowser.exe" allowwarnings ="true">
4 <linkerflag>-fexceptions</linkerflag>
5 <include base="ibrowser">.</include>
6 <include base="ReactOS">include/reactos/libs</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 <library>uuid</library>
15 <library>kernel32</library>
16 <library>gdi32</library>
17 <library>comctl32</library>
18 <library>ole32</library>
19 <library>oleaut32</library>
20 <library>shell32</library>
21 <library>expat</library>
22 <pch>precomp.h</pch>
23 <directory name="utility">
24 <file>utility.cpp</file>
25 <file>window.cpp</file>
26 <file>xmlstorage.cpp</file>
27 </directory>
28 <file>ibrowser.cpp</file>
29 <file>favorites.cpp</file>
30 <file>mainframe.cpp</file>
31 <file>webchild.cpp</file>
32 <file>ibrowser.rc</file>
33 </module>