add allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4
[reactos.git] / reactos / subsys / system / ibrowser / ibrowser.xml
index fb4a57b..e4fd3fd 100644 (file)
@@ -1,31 +1,31 @@
-<module name="ibrowser" type="win32gui" installbase="system32" installname="ibrowser.exe">\r
-       <linkerflag>-fexceptions</linkerflag>\r
-       <include base="ibrowser">.</include>\r
-       <include base="ReactOS">include/expat</include>\r
-       <define name="__USE_W32API" />\r
-       <define name="UNICODE" />\r
-       <define name="WIN32" />\r
-       <define name="_ROS_" />\r
-       <define name="_WIN32_IE">0x0600</define>\r
-       <define name="_WIN32_WINNT">0x0501</define>\r
-       <define name="WINVER">0x0500</define>\r
-       <library>uuid</library>\r
-       <library>kernel32</library>\r
-       <library>gdi32</library>\r
-       <library>comctl32</library>\r
-       <library>ole32</library>\r
-       <library>oleaut32</library>\r
-       <library>shell32</library>\r
-       <library>expat</library>\r
-       <pch>precomp.h</pch>\r
-       <directory name="utility">\r
-               <file>utility.cpp</file>\r
-               <file>window.cpp</file>\r
-               <file>xmlstorage.cpp</file>\r
-       </directory>\r
-       <file>ibrowser.cpp</file>\r
-       <file>favorites.cpp</file>\r
-       <file>mainframe.cpp</file>\r
-       <file>webchild.cpp</file>\r
-       <file>ibrowser.rc</file>\r
-</module>\r
+<module name="ibrowser" type="win32gui" installbase="system32" installname="ibrowser.exe"  allowwarnings ="true">
+       <linkerflag>-fexceptions</linkerflag>
+       <include base="ibrowser">.</include>
+       <include base="ReactOS">include/expat</include>
+       <define name="__USE_W32API" />
+       <define name="UNICODE" />
+       <define name="WIN32" />
+       <define name="_ROS_" />
+       <define name="_WIN32_IE">0x0600</define>
+       <define name="_WIN32_WINNT">0x0501</define>
+       <define name="WINVER">0x0500</define>
+       <library>uuid</library>
+       <library>kernel32</library>
+       <library>gdi32</library>
+       <library>comctl32</library>
+       <library>ole32</library>
+       <library>oleaut32</library>
+       <library>shell32</library>
+       <library>expat</library>
+       <pch>precomp.h</pch>
+       <directory name="utility">
+               <file>utility.cpp</file>
+               <file>window.cpp</file>
+               <file>xmlstorage.cpp</file>
+       </directory>
+       <file>ibrowser.cpp</file>
+       <file>favorites.cpp</file>
+       <file>mainframe.cpp</file>
+       <file>webchild.cpp</file>
+       <file>ibrowser.rc</file>
+</module>