[RTL]
[reactos.git] / reactos / base / shell / explorer / explorer.rbuild
index 7b5c839..7d64e7f 100644 (file)
@@ -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" unicode="yes">
+<module name="explorer" type="win32gui" installname="explorer.exe" unicode="yes">
        <include base="explorer">.</include>
        <define name="WIN32" />
        <define name="__WINDRES__" />
@@ -16,7 +16,7 @@
        <library>shell32</library>
        <library>uuid</library>
        <library>notifyhook</library>
-
+       <pch>precomp.h</pch>
        <directory name="desktop">
                <file>desktop.cpp</file>
        </directory>
                <file>xs-native.cpp</file>
        </directory>
        <file>explorer.cpp</file>
-       <if property="ARCH" value="i386">
-               <file>i386-stub-win32.c</file>
-       </if>
+       <file>i386-stub-win32.c</file>
        <file>explorer.rc</file>
        <linkerflag>--enable-stdcall-fixup</linkerflag>
 </module>
-<installfile>explorer-cfg-template.xml</installfile>
+<installfile installbase=".">explorer-cfg-template.xml</installfile>
 <directory name="notifyhook">
        <xi:include href="notifyhook/notifyhook.rbuild" />
 </directory>