- Revert 33366 for explorer too. Bugs in explorer should be fixed first.

svn path=/trunk/; revision=33384
This commit is contained in:
Aleksey Bragin 2008-05-09 09:32:17 +00:00
parent e53bcfc884
commit ceabf213ba

View file

@ -1,10 +1,11 @@
<?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" unicode="yes">
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true">
<linkerflag>-fexceptions</linkerflag>
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
<include base="explorer">.</include>
<define name="UNICODE" />
<define name="WIN32" />
<define name="_ROS_" />
<define name="_WIN32_IE">0x0600</define>