add allowwarnings ="true" so explore can be build with dgb=0 with gcc 3.4.4 Modified: trunk/reactos/subsys/system/explorer/explorer.xml _____
Modified: trunk/reactos/subsys/system/explorer/explorer.xml --- trunk/reactos/subsys/system/explorer/explorer.xml 2005-12-17 19:58:23 UTC (rev 20228) +++ trunk/reactos/subsys/system/explorer/explorer.xml 2005-12-17 20:57:52 UTC (rev 20229) @@ -1,4 +1,5 @@
-<module name="explorer" type="win32gui" installname="explorer.exe"> +<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings ="true"> + <linkerflag>-luuid</linkerflag> <linkerflag>-lstdc++</linkerflag> <linkerflag>-fexceptions</linkerflag>