mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 11:24:14 +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:
parent
533ca516f7
commit
cf9d30ec8d
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue