mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- change the new explorer rbuild files to stop the IRC users from going insane.
- just remove the comment in shell.rbuild to build (just don't expect a fully working shell) svn path=/trunk/; revision=27282
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="explorer" type="win32gui" installname="explorer2.exe" unicode="true">
|
||||
<include base="explorer">.</include>
|
||||
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
||||
<include base="explorer_new">.</include>
|
||||
<define name="WIN32" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
|
||||
@@ -7,5 +7,10 @@
|
||||
<directory name="explorer">
|
||||
<xi:include href="explorer/explorer.rbuild" />
|
||||
</directory>
|
||||
<!--
|
||||
<directory name="explorer-new">
|
||||
<xi:include href="explorer-new/explorer.rbuild" />
|
||||
</directory>
|
||||
-->
|
||||
</group>
|
||||
</rbuild>
|
||||
|
||||
Reference in New Issue
Block a user