add allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc
3.4.4
Modified: trunk/reactos/subsys/system/ibrowser/ibrowser.xml
_____
Modified: trunk/reactos/subsys/system/ibrowser/ibrowser.xml
--- trunk/reactos/subsys/system/ibrowser/ibrowser.xml 2005-12-17
20:57:52 UTC (rev 20229)
+++ trunk/reactos/subsys/system/ibrowser/ibrowser.xml 2005-12-17
20:59:44 UTC (rev 20230)
@@ -1,4 +1,4 @@
-<module name="ibrowser" type="win32gui"
installbase="system32"
installname="ibrowser.exe">
+<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>
Show replies by date