mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<module name="explorer" type="win32gui" installname="explorer2.exe" unicode="true">
|
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
||||||
<include base="explorer">.</include>
|
<include base="explorer_new">.</include>
|
||||||
<define name="WIN32" />
|
<define name="WIN32" />
|
||||||
<define name="_WIN32_IE">0x0600</define>
|
<define name="_WIN32_IE">0x0600</define>
|
||||||
<define name="_WIN32_WINNT">0x0600</define>
|
<define name="_WIN32_WINNT">0x0600</define>
|
||||||
|
|
|
@ -7,5 +7,10 @@
|
||||||
<directory name="explorer">
|
<directory name="explorer">
|
||||||
<xi:include href="explorer/explorer.rbuild" />
|
<xi:include href="explorer/explorer.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
<!--
|
||||||
|
<directory name="explorer-new">
|
||||||
|
<xi:include href="explorer-new/explorer.rbuild" />
|
||||||
|
</directory>
|
||||||
|
-->
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
</rbuild>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue