add allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4

svn path=/trunk/; revision=20230
This commit is contained in:
Magnus Olsen 2005-12-17 20:59:44 +00:00
parent 9988c220cc
commit f90dc5f95e

View file

@ -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>