[ros-diffs] [hpoussin] 29376: Remove hack added in r28961. It seems that wrc works well now.

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Wed Oct 3 16:02:04 CEST 2007


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/explorer.rbuild?rev=29376&r1=29375&r2=29376&view=diff
==============================================================================
--- 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" />




More information about the Ros-diffs mailing list