Author: gedmurphy
Date: Tue Jun 26 17:30:53 2007
New Revision: 27282
URL:
http://svn.reactos.org/svn/reactos?rev=27282&view=rev
Log:
- 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)
Modified:
trunk/reactos/base/shell/explorer-new/explorer.rbuild
trunk/reactos/base/shell/shell.rbuild
Modified: trunk/reactos/base/shell/explorer-new/explorer.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/ex…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/explorer.rbuild (original)
+++ trunk/reactos/base/shell/explorer-new/explorer.rbuild Tue Jun 26 17:30:53 2007
@@ -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>
Modified: trunk/reactos/base/shell/shell.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/shell.rbuild?re…
==============================================================================
--- trunk/reactos/base/shell/shell.rbuild (original)
+++ trunk/reactos/base/shell/shell.rbuild Tue Jun 26 17:30:53 2007
@@ -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>