Author: hpoussin Date: Wed Oct 3 18:02:04 2007 New Revision: 29376
URL: http://svn.reactos.org/svn/reactos?rev=29376&view=rev Log: Remove hack added in r28961. It seems that wrc works well now.
Modified: trunk/reactos/base/shell/explorer/explorer.rbuild
Modified: trunk/reactos/base/shell/explorer/explorer.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explore... ============================================================================== --- trunk/reactos/base/shell/explorer/explorer.rbuild (original) +++ trunk/reactos/base/shell/explorer/explorer.rbuild Wed Oct 3 18:02:04 2007 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd"> <group xmlns:xi="http://www.w3.org/2001/XInclude"> -<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" usewrc="false"> +<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true"> <linkerflag>-fexceptions</linkerflag> <include base="explorer">.</include> <define name="__USE_W32API" />