Author: cfinck
Date: Sun Sep 9 02:32:24 2007
New Revision: 28961
URL:
http://svn.reactos.org/svn/reactos?rev=28961&view=rev
Log:
Temporary "fix" to get explorer to build again.
Someone please look why wrc fails for this particular file (logov.bmp). I'm out of
ideas.
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/explor…
==============================================================================
--- trunk/reactos/base/shell/explorer/explorer.rbuild (original)
+++ trunk/reactos/base/shell/explorer/explorer.rbuild Sun Sep 9 02:32:24 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rbuild
xmlns:xi="http://www.w3.org/2001/XInclude">
- <module name="explorer" type="win32gui"
installname="explorer.exe" allowwarnings="true"
stdlib="host">
+ <module name="explorer" type="win32gui"
installname="explorer.exe" allowwarnings="true"
stdlib="host" usewrc="false">
<linkerflag>-fexceptions</linkerflag>
<include base="explorer">.</include>
<define name="__USE_W32API" />