Remove the old explorer from amd64 builds. It only makes problems and explorer_new...
[reactos.git] / reactos / base / shell / shell.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
3 <group xmlns:xi="http://www.w3.org/2001/XInclude">
4 <directory name="cmd">
5 <xi:include href="cmd/cmd.rbuild" />
6 </directory>
7 <ifnot property="ARCH" value="amd64">
8 <directory name="explorer">
9 <xi:include href="explorer/explorer.rbuild" />
10 </directory>
11 </ifnot>
12 <directory name="explorer-new">
13 <xi:include href="explorer-new/explorer.rbuild" />
14 </directory>
15 </group>