mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:32:58 +00:00
Clean up .rbuild files and make them xml compliant
Inspired by bug 2627 svn path=/trunk/; revision=29036
This commit is contained in:
parent
6aa84d10f7
commit
4b912ebbbc
344 changed files with 2126 additions and 1527 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
||||||
<project name="ReactOS" xmlns:xi="http://www.w3.org/2001/XInclude">
|
<group>
|
||||||
<xi:include href="baseaddress.rbuild" />
|
<xi:include href="baseaddress.rbuild" />
|
||||||
|
|
||||||
<define name="_REACTOS_" />
|
<define name="_REACTOS_" />
|
||||||
|
@ -65,4 +65,4 @@
|
||||||
<xi:include href="subsystems/subsystems.rbuild" />
|
<xi:include href="subsystems/subsystems.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
</project>
|
</group>
|
||||||
|
|
|
@ -42,4 +42,7 @@
|
||||||
<compilerflag>-Wpointer-arith</compilerflag>
|
<compilerflag>-Wpointer-arith</compilerflag>
|
||||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||||
|
|
||||||
|
<directory name="sampleproppage">
|
||||||
|
<xi:include href="sampleproppage/sampleproppage.rbuild" />
|
||||||
|
</directory>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="cacls">
|
<directory name="cacls">
|
||||||
<xi:include href="cacls/cacls.rbuild" />
|
<xi:include href="cacls/cacls.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="cacls" type="win32cui" installbase="system32" installname="cacls.exe" unicode="true">
|
<module name="cacls" type="win32cui" installbase="system32" installname="cacls.exe" unicode="true">
|
||||||
<include base="cacls">.</include>
|
<include base="cacls">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe">
|
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe">
|
||||||
<include base="calc">.</include>
|
<include base="calc">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
|
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
|
||||||
<include base="charmap">.</include>
|
<include base="charmap">.</include>
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
@ -20,4 +20,3 @@
|
||||||
<file>charmap.rc</file>
|
<file>charmap.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<group>
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="dbgprint">
|
<directory name="dbgprint">
|
||||||
<xi:include href="dbgprint/dbgprint.rbuild" />
|
<xi:include href="dbgprint/dbgprint.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="dbgprint" type="win32cui" installbase="system32" installname="dbgprint.exe">
|
<module name="dbgprint" type="win32cui" installbase="system32" installname="dbgprint.exe">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="find" type="win32cui" installbase="system32" installname="find.exe">
|
<module name="find" type="win32cui" installbase="system32" installname="find.exe">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="more" type="win32cui" installbase="system32" installname="more.exe">
|
<module name="more" type="win32cui" installbase="system32" installname="more.exe">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe" unicode="yes">
|
<module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe" unicode="yes">
|
||||||
<include base="control">.</include>
|
<include base="control">.</include>
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="solitaire">
|
<directory name="solitaire">
|
||||||
<xi:include href="solitaire/solitaire.rbuild" />
|
<xi:include href="solitaire/solitaire.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="sol" type="win32gui" installbase="system32" installname="sol.exe" unicode="no" allowwarnings="yes" stdlib="host">
|
<module name="sol" type="win32gui" installbase="system32" installname="sol.exe" unicode="no" allowwarnings="true" stdlib="host">
|
||||||
<include base="sol">.</include>
|
<include base="sol">.</include>
|
||||||
<include base="sol">cardlib</include>
|
<include base="sol">cardlib</include>
|
||||||
<linkerflag>-lstdc++</linkerflag>
|
<linkerflag>-lstdc++</linkerflag>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="winemine" type="win32gui" installbase="system32" installname="winemine.exe">
|
<module name="winemine" type="win32gui" installbase="system32" installname="winemine.exe">
|
||||||
<include base="winemine">.</include>
|
<include base="winemine">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
|
<module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
|
||||||
<include base="hh">.</include>
|
<include base="hh">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -11,4 +11,3 @@
|
||||||
<file>main.c</file>
|
<file>main.c</file>
|
||||||
<file>hh.rc</file>
|
<file>hh.rc</file>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="hostname" type="win32cui" installbase="system32" installname="hostname.exe" allowwarnings="true">
|
<module name="hostname" type="win32cui" installbase="system32" installname="hostname.exe" allowwarnings="true">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="logoff" type="win32cui" installbase="system32" installname="logoff.exe">
|
<module name="logoff" type="win32cui" installbase="system32" installname="logoff.exe">
|
||||||
<include base="logoff">.</include>
|
<include base="logoff">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="mmcclient" type="win32gui" installbase="system32" installname="mmc.exe" unicode="yes">
|
<module name="mmcclient" type="win32gui" installbase="system32" installname="mmc.exe" unicode="yes">
|
||||||
<include base="mmcclient">.</include>
|
<include base="mmcclient">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -18,4 +18,3 @@
|
||||||
<file>mmc.rc</file>
|
<file>mmc.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="msconfig" type="win32gui" installbase="system32" installname="msconfig.exe">
|
<module name="msconfig" type="win32gui" installbase="system32" installname="msconfig.exe">
|
||||||
<include base="msconfig">.</include>
|
<include base="msconfig">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
|
<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
|
||||||
<include base="devmgmt">.</include>
|
<include base="devmgmt">.</include>
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
@ -24,4 +24,3 @@
|
||||||
<file>devmgmt.rc</file>
|
<file>devmgmt.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="devmgmt">
|
<directory name="devmgmt">
|
||||||
<xi:include href="devmgmt/devmgmt.rbuild" />
|
<xi:include href="devmgmt/devmgmt.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="servman">
|
<directory name="servman">
|
||||||
<xi:include href="servman/servman.rbuild" />
|
<xi:include href="servman/servman.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
|
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
|
||||||
<include base="servman">.</include>
|
<include base="servman">.</include>
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
@ -32,4 +32,3 @@
|
||||||
<file>servman.rc</file>
|
<file>servman.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="arp" type="win32cui" installbase="system32" installname="arp.exe">
|
<module name="arp" type="win32cui" installbase="system32" installname="arp.exe">
|
||||||
<include base="arp">.</include>
|
<include base="arp">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -10,4 +10,3 @@
|
||||||
<file>arp.c</file>
|
<file>arp.c</file>
|
||||||
<file>arp.rc</file>
|
<file>arp.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="dwnl" type="win32cui" installbase="system32" installname="dwnl.exe" unicode="yes">
|
<module name="dwnl" type="win32cui" installbase="system32" installname="dwnl.exe" unicode="yes">
|
||||||
<include base="dwnl">.</include>
|
<include base="dwnl">.</include>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>urlmon</library>
|
<library>urlmon</library>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="WINVER">0x0501</define>
|
<define name="WINVER">0x0501</define>
|
||||||
<define name="_WIN32_IE>0x0600</define>
|
<define name="_WIN32_IE">0x0600</define>
|
||||||
<file>dwnl.c</file>
|
<file>dwnl.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
|
<module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
|
||||||
<include base="finger">.</include>
|
<include base="finger">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="ftp" type="win32cui" installbase="system32" installname="ftp.exe" allowwarnings="true" oldcrt="true">
|
<module name="ftp" type="win32cui" installbase="system32" installname="ftp.exe" allowwarnings="true">
|
||||||
<include base="ftp">.</include>
|
<include base="ftp">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="lint" />
|
<define name="lint" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="ipconfig" type="win32cui" installbase="system32" installname="ipconfig.exe" allowwarnings="true">
|
<module name="ipconfig" type="win32cui" installbase="system32" installname="ipconfig.exe" allowwarnings="true">
|
||||||
<include base="ipconfig">.</include>
|
<include base="ipconfig">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="net" type="win32cui" installbase="system32" installname="net.exe">
|
<module name="net" type="win32cui" installbase="system32" installname="net.exe">
|
||||||
<include base="ping">.</include>
|
<include base="ping">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -12,5 +13,4 @@
|
||||||
<file>cmdStop.c</file>
|
<file>cmdStop.c</file>
|
||||||
<file>help.c</file>
|
<file>help.c</file>
|
||||||
<file>process.c</file>
|
<file>process.c</file>
|
||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="netstat" type="win32cui" installbase="system32" installname="netstat.exe" allowwarnings="true">
|
<module name="netstat" type="win32cui" installbase="system32" installname="netstat.exe" allowwarnings="true">
|
||||||
<include base="netstat">.</include>
|
<include base="netstat">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="arp">
|
<directory name="arp">
|
||||||
<xi:include href="arp/arp.rbuild" />
|
<xi:include href="arp/arp.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="ping" type="win32cui" installbase="system32" installname="ping.exe">
|
<module name="ping" type="win32cui" installbase="system32" installname="ping.exe">
|
||||||
<include base="ping">.</include>
|
<include base="ping">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="route" type="win32cui" installbase="system32" installname="route.exe">
|
<module name="route" type="win32cui" installbase="system32" installname="route.exe">
|
||||||
<include base="route">.</include>
|
<include base="route">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="telnet" type="win32cui" installbase="system32" installname="telnet.exe" allowwarnings ="true" stdlib="host">
|
<module name="telnet" type="win32cui" installbase="system32" installname="telnet.exe" allowwarnings ="true" stdlib="host">
|
||||||
<include base="telnet">.</include>
|
<include base="telnet">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="tracert" type="win32cui" installbase="system32" installname="tracert.exe">
|
<module name="tracert" type="win32cui" installbase="system32" installname="tracert.exe">
|
||||||
<include base="tracert">.</include>
|
<include base="tracert">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="whois" type="win32cui" installbase="system32" installname="whois.exe">
|
<module name="whois" type="win32cui" installbase="system32" installname="whois.exe">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<include base="whois">.</include>
|
<include base="whois">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="notepad" type="win32gui" installbase="system32" installname="notepad.exe">
|
<module name="notepad" type="win32gui" installbase="system32" installname="notepad.exe">
|
||||||
<include base="notepad">.</include>
|
<include base="notepad">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="clb" type="win32dll" baseaddress="${BASEADDRESS_CLB}" installbase="system32" installname="clb.dll">
|
<module name="clb" type="win32dll" baseaddress="${BASEADDRESS_CLB}" installbase="system32" installname="clb.dll">
|
||||||
<importlibrary definition="clb.def" />
|
<importlibrary definition="clb.def" />
|
||||||
<include base="clb">.</include>
|
<include base="clb">.</include>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
<module name="regedit" type="win32gui" installname="regedit.exe">
|
<module name="regedit" type="win32gui" installname="regedit.exe">
|
||||||
<include base="regedit">.</include>
|
<include base="regedit">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -35,3 +38,4 @@
|
||||||
<directory name="clb">
|
<directory name="clb">
|
||||||
<xi:include href="clb/clb.rbuild" />
|
<xi:include href="clb/clb.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
</group>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="sc" type="win32cui" installbase="system32" installname="sc.exe">
|
<module name="sc" type="win32cui" installbase="system32" installname="sc.exe">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="DEFINE_GUID" />
|
<define name="DEFINE_GUID" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="cylfrac" type="win32scr" installbase="system32" installname="cylfrac.scr">
|
<module name="cylfrac" type="win32scr" installbase="system32" installname="cylfrac.scr">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="logon" type="win32scr" installbase="system32" installname="logon.scr">
|
<module name="logon" type="win32scr" installbase="system32" installname="logon.scr">
|
||||||
<include base="logon">.</include>
|
<include base="logon">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="matrix" type="win32scr" installbase="system32" installname="matrix2.scr" allowwarnings="true">
|
<module name="matrix" type="win32scr" installbase="system32" installname="matrix2.scr" allowwarnings="true">
|
||||||
<include base="matrix">.</include>
|
<include base="matrix">.</include>
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,19 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
|
||||||
<directory name="cylfrac">
|
<directory name="cylfrac">
|
||||||
<xi:include href="cylfrac/cylfrac.rbuild" />
|
<xi:include href="cylfrac/cylfrac.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
<directory name="logon">
|
<directory name="logon">
|
||||||
<xi:include href="logon/logon.rbuild" />
|
<xi:include href="logon/logon.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
<directory name="matrix">
|
<directory name="matrix">
|
||||||
<xi:include href="matrix/matrix.rbuild" />
|
<xi:include href="matrix/matrix.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
<directory name="scrnsave">
|
<directory name="scrnsave">
|
||||||
<xi:include href="scrnsave/scrnsave.rbuild" />
|
<xi:include href="scrnsave/scrnsave.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
<directory name="starfield">
|
<directory name="starfield">
|
||||||
<xi:include href="starfield/starfield.rbuild" />
|
<xi:include href="starfield/starfield.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
</group>
|
</group>
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="scrnsave" type="win32scr" installbase="system32" installname="scrnsave.scr">
|
<module name="scrnsave" type="win32scr" installbase="system32" installname="scrnsave.scr">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="starfield" type="win32scr" installbase="system32" installname="starfield.scr">
|
<module name="starfield" type="win32scr" installbase="system32" installname="starfield.scr">
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
|
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
|
||||||
<include base="shutdown">.</include>
|
<include base="shutdown">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe">
|
<module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe">
|
||||||
<include base="ReactOS">include/wine</include>
|
<include base="ReactOS">include/wine</include>
|
||||||
<include base="sndvol32">.</include>
|
<include base="sndvol32">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="taskmgr" type="win32gui" installbase="system32" installname="taskmgr.exe">
|
<module name="taskmgr" type="win32gui" installbase="system32" installname="taskmgr.exe">
|
||||||
<include base="taskmgr">.</include>
|
<include base="taskmgr">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="winhelp" type="win32gui" installbase="system32" installname="winhelp.exe" unicode="no">
|
<module name="winhelp" type="win32gui" installbase="system32" installname="winhelp.exe" unicode="no">
|
||||||
<include base="winhelp">.</include>
|
<include base="winhelp">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -22,4 +22,3 @@
|
||||||
<file>lex.yy.c</file>
|
<file>lex.yy.c</file>
|
||||||
<file>rsrc.rc</file>
|
<file>rsrc.rc</file>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" unicode="yes">
|
<module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" unicode="yes">
|
||||||
<include base="wordpad">.</include>
|
<include base="wordpad">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -23,4 +23,3 @@
|
||||||
<file>wordpad.rc</file>
|
<file>wordpad.rc</file>
|
||||||
<pch>precomp.h</pch>
|
<pch>precomp.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="applications">
|
<directory name="applications">
|
||||||
<xi:include href="applications/applications.rbuild" />
|
<xi:include href="applications/applications.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
@ -17,4 +17,3 @@
|
||||||
<xi:include href="system/system.rbuild" />
|
<xi:include href="system/system.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="dhcp" type="win32cui" installbase="system32" installname="dhcp.exe" allowwarnings="true">
|
<module name="dhcp" type="win32cui" installbase="system32" installname="dhcp.exe" allowwarnings="true">
|
||||||
<include base="dhcp">.</include>
|
<include base="dhcp">.</include>
|
||||||
<include base="dhcp">include</include>
|
<include base="dhcp">include</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe">
|
<module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe">
|
||||||
<include base="eventlog">.</include>
|
<include base="eventlog">.</include>
|
||||||
<include base="eventlog_server">.</include>
|
<include base="eventlog_server">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="rpcss" type="win32cui" installbase="system32" installname="rpcss.exe">
|
<module name="rpcss" type="win32cui" installbase="system32" installname="rpcss.exe">
|
||||||
<include base="rpcss">.</include>
|
<include base="rpcss">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<group>
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="dhcp">
|
<directory name="dhcp">
|
||||||
<xi:include href="dhcp/dhcp.rbuild" />
|
<xi:include href="dhcp/dhcp.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="tcpsvcs" type="win32cui" installbase="system32" installname="tcpsvcs.exe">
|
<module name="tcpsvcs" type="win32cui" installbase="system32" installname="tcpsvcs.exe">
|
||||||
<include base="arp">.</include>
|
<include base="arp">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
@ -19,4 +19,3 @@
|
||||||
<file>tcpsvcs.rc</file>
|
<file>tcpsvcs.rc</file>
|
||||||
<pch>tcpsvcs.h</pch>
|
<pch>tcpsvcs.h</pch>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="umpnpmgr" type="win32cui" installbase="system32" installname="umpnpmgr.exe">
|
<module name="umpnpmgr" type="win32cui" installbase="system32" installname="umpnpmgr.exe">
|
||||||
<include base="umpnpmgr">.</include>
|
<include base="umpnpmgr">.</include>
|
||||||
<include base="pnp_server">.</include>
|
<include base="pnp_server">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="reactos" type="win32gui">
|
<module name="reactos" type="win32gui">
|
||||||
<bootstrap base="$(CDOUTPUT)" />
|
<bootstrap base="$(CDOUTPUT)" />
|
||||||
<include base="reactos">.</include>
|
<include base="reactos">.</include>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="setup">
|
<directory name="setup">
|
||||||
<xi:include href="setup/setup.rbuild" />
|
<xi:include href="setup/setup.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
@ -17,4 +17,3 @@
|
||||||
<xi:include href="reactos/reactos.rbuild" />
|
<xi:include href="reactos/reactos.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="setup" type="win32gui" installbase="system32" installname="setup.exe">
|
<module name="setup" type="win32gui" installbase="system32" installname="setup.exe">
|
||||||
<include base="setup">.</include>
|
<include base="setup">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="usetup" type="nativecui" installbase="system32" installname="usetup.exe" allowwarnings="false">
|
<module name="usetup" type="nativecui" installbase="system32" installname="usetup.exe" allowwarnings="false">
|
||||||
<bootstrap base="$(CDOUTPUT)/system32" nameoncd="smss.exe" />
|
<bootstrap base="$(CDOUTPUT)/system32" nameoncd="smss.exe" />
|
||||||
<include base="usetup">.</include>
|
<include base="usetup">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="vmwinst" type="win32gui" installbase="system32" installname="vmwinst.exe">
|
<module name="vmwinst" type="win32gui" installbase="system32" installname="vmwinst.exe">
|
||||||
<include base="vmwinst">.</include>
|
<include base="vmwinst">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="welcome" type="win32gui" installbase="system32" installname="welcome.exe">
|
<module name="welcome" type="win32gui" installbase="system32" installname="welcome.exe">
|
||||||
<bootstrap base="$(CDOUTPUT)" />
|
<bootstrap base="$(CDOUTPUT)" />
|
||||||
<include base="welcome">.</include>
|
<include base="welcome">.</include>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
<module name="cmd_base" type="objectlibrary">
|
<module name="cmd_base" type="objectlibrary">
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<include base="cmd_base">.</include>
|
<include base="cmd_base">.</include>
|
||||||
|
@ -79,3 +82,4 @@
|
||||||
<file>cmd.rc</file>
|
<file>cmd.rc</file>
|
||||||
<file>main.c</file>
|
<file>main.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
</group>
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
||||||
<include base="explorer_new">.</include>
|
<include base="explorer_new">.</include>
|
||||||
<define name="WIN32" />
|
<define name="WIN32" />
|
||||||
|
@ -32,4 +32,3 @@
|
||||||
<file>traywnd.c</file>
|
<file>traywnd.c</file>
|
||||||
<file>explorer.rc</file>
|
<file>explorer.rc</file>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" stdlib="host" usewrc="false">
|
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" stdlib="host" usewrc="false">
|
||||||
<linkerflag>-fexceptions</linkerflag>
|
<linkerflag>-fexceptions</linkerflag>
|
||||||
<include base="explorer">.</include>
|
<include base="explorer">.</include>
|
||||||
|
@ -73,4 +74,4 @@
|
||||||
<directory name="notifyhook">
|
<directory name="notifyhook">
|
||||||
<xi:include href="notifyhook/notifyhook.rbuild" />
|
<xi:include href="notifyhook/notifyhook.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
</rbuild>
|
</group>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||||
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
||||||
<importlibrary definition="notifyhook.def" />
|
<importlibrary definition="notifyhook.def" />
|
||||||
<include base="notifyhook">.</include>
|
<include base="notifyhook">.</include>
|
||||||
|
@ -11,4 +11,3 @@
|
||||||
<file>notifyhook.c</file>
|
<file>notifyhook.c</file>
|
||||||
<file>notifyhook.rc</file>
|
<file>notifyhook.rc</file>
|
||||||
</module>
|
</module>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="cmd">
|
<directory name="cmd">
|
||||||
<xi:include href="cmd/cmd.rbuild" />
|
<xi:include href="cmd/cmd.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="explorer">
|
<directory name="explorer">
|
||||||
<xi:include href="explorer/explorer.rbuild" />
|
<xi:include href="explorer/explorer.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
<!--
|
<!--directory name="explorer-new">
|
||||||
<directory name="explorer-new">
|
|
||||||
<xi:include href="explorer-new/explorer.rbuild" />
|
<xi:include href="explorer-new/explorer.rbuild" />
|
||||||
</directory>
|
</directory-->
|
||||||
-->
|
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="autochk" type="nativecui" installbase="system32" installname="autochk.exe">
|
<module name="autochk" type="nativecui" installbase="system32" installname="autochk.exe">
|
||||||
<include base="autochk">.</include>
|
<include base="autochk">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="expand" type="win32cui" installbase="system32" installname="expand.exe" >
|
<module name="expand" type="win32cui" installbase="system32" installname="expand.exe" >
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<include base="expand">.</include>
|
<include base="expand">.</include>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="format" type="win32cui" installbase="system32" installname="format.exe" allowwarnings="true">
|
<module name="format" type="win32cui" installbase="system32" installname="format.exe" allowwarnings="true">
|
||||||
<include base="format">.</include>
|
<include base="format">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="lsass" type="win32gui" installbase="system32" installname="lsass.exe">
|
<module name="lsass" type="win32gui" installbase="system32" installname="lsass.exe">
|
||||||
<include base="lsass">.</include>
|
<include base="lsass">.</include>
|
||||||
<include base="ReactOS">include/reactos/subsys</include>
|
<include base="ReactOS">include/reactos/subsys</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="msiexec" type="win32gui" installbase="system32" installname="msiexec.exe" allowwarnings="true">
|
<module name="msiexec" type="win32gui" installbase="system32" installname="msiexec.exe" allowwarnings="true">
|
||||||
<include base="msiexec">.</include>
|
<include base="msiexec">.</include>
|
||||||
<include base="ReactOS">include/wine</include>
|
<include base="ReactOS">include/wine</include>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="regsvr32" type="win32gui" installbase="system32" installname="regsvr32.exe">
|
<module name="regsvr32" type="win32gui" installbase="system32" installname="regsvr32.exe">
|
||||||
<include base="regsvr32">.</include>
|
<include base="regsvr32">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="rundll32" type="win32gui" installbase="system32" installname="rundll32.exe">
|
<module name="rundll32" type="win32gui" installbase="system32" installname="rundll32.exe">
|
||||||
<include base="rundll32">.</include>
|
<include base="rundll32">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="services" type="win32cui" installbase="system32" installname="services.exe">
|
<module name="services" type="win32cui" installbase="system32" installname="services.exe">
|
||||||
<include base="services">.</include>
|
<include base="services">.</include>
|
||||||
<include base="scm_server">.</include>
|
<include base="scm_server">.</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="smss" type="nativecui" installbase="system32" installname="smss.exe">
|
<module name="smss" type="nativecui" installbase="system32" installname="smss.exe">
|
||||||
<include base="smss">.</include>
|
<include base="smss">.</include>
|
||||||
<include base="ReactOS">include/reactos/subsys</include>
|
<include base="ReactOS">include/reactos/subsys</include>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="autochk">
|
<directory name="autochk">
|
||||||
<xi:include href="autochk/autochk.rbuild" />
|
<xi:include href="autochk/autochk.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
@ -35,4 +35,3 @@
|
||||||
<xi:include href="winlogon/winlogon.rbuild" />
|
<xi:include href="winlogon/winlogon.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="userinit" type="win32gui" installbase="system32" installname="userinit.exe">
|
<module name="userinit" type="win32gui" installbase="system32" installname="userinit.exe">
|
||||||
<include base="userinit">.</include>
|
<include base="userinit">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="winlogon" type="win32gui" installbase="system32" installname="winlogon.exe">
|
<module name="winlogon" type="win32gui" installbase="system32" installname="winlogon.exe">
|
||||||
<include base="winlogon">.</include>
|
<include base="winlogon">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
||||||
<group>
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<property name="BASEADDRESS_REGTESTS" value="0x07000000" />
|
<property name="BASEADDRESS_REGTESTS" value="0x07000000" />
|
||||||
<property name="BASEADDRESS_NOTIFYHOOK" value="0x08000000" />
|
<property name="BASEADDRESS_NOTIFYHOOK" value="0x08000000" />
|
||||||
<property name="BASEADDRESS_COMCAT" value="0x20A50000" />
|
<property name="BASEADDRESS_COMCAT" value="0x20A50000" />
|
||||||
|
@ -144,4 +144,3 @@
|
||||||
<property name="BASEADDRESS_HHCTRL" value="0x7e410000" />
|
<property name="BASEADDRESS_HHCTRL" value="0x7e410000" />
|
||||||
<property name="BASEADDRESS_FREETYPE" value="0x7f000000" />
|
<property name="BASEADDRESS_FREETYPE" value="0x7f000000" />
|
||||||
</group>
|
</group>
|
||||||
</rbuild>
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
|
||||||
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="freeldr">
|
<directory name="freeldr">
|
||||||
<xi:include href="freeldr/freeldr.rbuild" />
|
<xi:include href="freeldr/freeldr.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="bootdata">
|
<directory name="bootdata">
|
||||||
<xi:include href="bootdata/bootdata.rbuild" />
|
<xi:include href="bootdata/bootdata.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
</group>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="bootcd" type="iso">
|
<module name="bootcd" type="iso">
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="bootcdregtest" type="isoregtest">
|
<module name="bootcdregtest" type="isoregtest">
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<group>
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<cdfile>autorun.inf</cdfile>
|
<cdfile>autorun.inf</cdfile>
|
||||||
<cdfile>icon.ico</cdfile>
|
<cdfile>icon.ico</cdfile>
|
||||||
<cdfile>readme.txt</cdfile>
|
<cdfile>readme.txt</cdfile>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="livecd" type="liveiso">
|
<module name="livecd" type="liveiso">
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="livecdregtest" type="liveisoregtest">
|
<module name="livecdregtest" type="liveisoregtest">
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
<module name="dosmbr" type="bootsector" >
|
<module name="dosmbr" type="bootsector" >
|
||||||
<bootstrap base="loader" nameoncd="dosmbr.bin" />
|
<bootstrap base="loader" nameoncd="dosmbr.bin" />
|
||||||
<file>dosmbr.asm</file>
|
<file>dosmbr.asm</file>
|
||||||
|
@ -22,3 +25,4 @@
|
||||||
<bootstrap base="loader" nameoncd="isobtrt.bin" />
|
<bootstrap base="loader" nameoncd="isobtrt.bin" />
|
||||||
<file>isobtrt.asm</file>
|
<file>isobtrt.asm</file>
|
||||||
</module>
|
</module>
|
||||||
|
</group>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="freeldr_fdebug" type="win32gui" installbase="system32" installname="fdebug.exe">
|
<module name="freeldr_fdebug" type="win32gui" installbase="system32" installname="fdebug.exe">
|
||||||
<include base="freeldr_fdebug">.</include>
|
<include base="freeldr_fdebug">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<directory name="bootsect">
|
<directory name="bootsect">
|
||||||
<xi:include href="bootsect/bootsect.rbuild" />
|
<xi:include href="bootsect/bootsect.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
@ -17,3 +20,4 @@
|
||||||
<directory name="install">
|
<directory name="install">
|
||||||
<xi:include href="install/installfreeldr.rbuild" />
|
<xi:include href="install/installfreeldr.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
</group>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
<module name="freeldr" type="bootloader">
|
<module name="freeldr" type="bootloader">
|
||||||
<bootstrap base="loader" />
|
<bootstrap base="loader" />
|
||||||
|
@ -25,3 +28,4 @@
|
||||||
<library>libcntpr</library>
|
<library>libcntpr</library>
|
||||||
</module>
|
</module>
|
||||||
</if>
|
</if>
|
||||||
|
</group>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE directory SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<directory name="arch">
|
<directory name="arch">
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<if property="ARCH" value="i386">
|
<if property="ARCH" value="i386">
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="freeldr_base" type="objectlibrary">
|
<module name="freeldr_base" type="objectlibrary">
|
||||||
<include base="freeldr_base">include</include>
|
<include base="freeldr_base">include</include>
|
||||||
<include base="freeldr_base">cache</include>
|
<include base="freeldr_base">cache</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="freeldr_base64k" type="objectlibrary">
|
<module name="freeldr_base64k" type="objectlibrary">
|
||||||
<include base="freeldr_base64k">include</include>
|
<include base="freeldr_base64k">include</include>
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="freeldr_main" type="objectlibrary">
|
<module name="freeldr_main" type="objectlibrary">
|
||||||
<include base="freeldr_main">include</include>
|
<include base="freeldr_main">include</include>
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="freeldr_startup" type="objectlibrary">
|
<module name="freeldr_startup" type="objectlibrary">
|
||||||
<include base="freeldr_startup">include</include>
|
<include base="freeldr_startup">include</include>
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="setupldr" type="bootloader">
|
<module name="setupldr" type="bootloader">
|
||||||
<bootstrap base="loader" />
|
<bootstrap base="loader" />
|
||||||
<library>freeldr_startup</library>
|
<library>freeldr_startup</library>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="setupldr_main" type="objectlibrary">
|
<module name="setupldr_main" type="objectlibrary">
|
||||||
<include base="setupldr_main">include</include>
|
<include base="setupldr_main">include</include>
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="installfreeldr" type="win32cui">
|
<module name="installfreeldr" type="win32cui">
|
||||||
<include base="installfreeldr">.</include>
|
<include base="installfreeldr">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
||||||
|
<group>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This file is a template used as a starting point for compile-time
|
This file is a template used as a starting point for compile-time
|
||||||
|
@ -56,4 +57,4 @@
|
||||||
-->
|
-->
|
||||||
<property name="NSWPAT" value="0" />
|
<property name="NSWPAT" value="0" />
|
||||||
|
|
||||||
</rbuild>
|
</group>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue