mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
- just remove the comment in shell.rbuild to build (just don't expect a fully working shell) svn path=/trunk/; revision=27282
17 lines
395 B
Ruby
17 lines
395 B
Ruby
<?xml version="1.0"?>
|
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<group>
|
|
<directory name="cmd">
|
|
<xi:include href="cmd/cmd.rbuild" />
|
|
</directory>
|
|
<directory name="explorer">
|
|
<xi:include href="explorer/explorer.rbuild" />
|
|
</directory>
|
|
<!--
|
|
<directory name="explorer-new">
|
|
<xi:include href="explorer-new/explorer.rbuild" />
|
|
</directory>
|
|
-->
|
|
</group>
|
|
</rbuild>
|