mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +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"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<project name="ReactOS" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<xi:include href="baseaddress.rbuild" />
|
||||
|
||||
<define name="_REACTOS_" />
|
||||
|
@ -65,4 +65,4 @@
|
|||
<xi:include href="subsystems/subsystems.rbuild" />
|
||||
</directory>
|
||||
|
||||
</project>
|
||||
</group>
|
||||
|
|
|
@ -42,4 +42,7 @@
|
|||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||
|
||||
<directory name="sampleproppage">
|
||||
<xi:include href="sampleproppage/sampleproppage.rbuild" />
|
||||
</directory>
|
||||
</project>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="cacls">
|
||||
<xi:include href="cacls/cacls.rbuild" />
|
||||
</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">
|
||||
<include base="cacls">.</include>
|
||||
<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">
|
||||
<include base="calc">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
|
||||
<include base="charmap">.</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -19,5 +19,4 @@
|
|||
</compilationunit>
|
||||
<file>charmap.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
<group>
|
||||
<directory name="dbgprint">
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="dbgprint">
|
||||
<xi:include href="dbgprint/dbgprint.rbuild" />
|
||||
</directory>
|
||||
<directory name="find">
|
||||
</directory>
|
||||
<directory name="find">
|
||||
<xi:include href="find/find.rbuild" />
|
||||
</directory>
|
||||
<directory name="more">
|
||||
</directory>
|
||||
<directory name="more">
|
||||
<xi:include href="more/more.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</group>
|
||||
|
|
|
@ -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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<include base="control">.</include>
|
||||
<define name="__REACTOS__" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="solitaire">
|
||||
<xi:include href="solitaire/solitaire.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="sol" type="win32gui" installbase="system32" installname="sol.exe" unicode="no" allowwarnings="yes" stdlib="host">
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="sol" type="win32gui" installbase="system32" installname="sol.exe" unicode="no" allowwarnings="true" stdlib="host">
|
||||
<include base="sol">.</include>
|
||||
<include base="sol">cardlib</include>
|
||||
<linkerflag>-lstdc++</linkerflag>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="winemine">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
|
||||
<include base="hh">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
|
@ -10,5 +10,4 @@
|
|||
<library>gdi32</library>
|
||||
<file>main.c</file>
|
||||
<file>hh.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="logoff">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="mmcclient" type="win32gui" installbase="system32" installname="mmc.exe" unicode="yes">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="mmcclient" type="win32gui" installbase="system32" installname="mmc.exe" unicode="yes">
|
||||
<include base="mmcclient">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
|
@ -17,5 +17,4 @@
|
|||
<file>mmc.c</file>
|
||||
<file>mmc.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="msconfig">.</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
|
||||
<include base="devmgmt">.</include>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
|
||||
<include base="devmgmt">.</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
|
@ -23,5 +23,4 @@
|
|||
</compilationunit>
|
||||
<file>devmgmt.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<directory name="devmgmt">
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="devmgmt">
|
||||
<xi:include href="devmgmt/devmgmt.rbuild" />
|
||||
</directory>
|
||||
<directory name="servman">
|
||||
</directory>
|
||||
<directory name="servman">
|
||||
<xi:include href="servman/servman.rbuild" />
|
||||
</directory>
|
||||
|
||||
</directory>
|
||||
</group>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
|
||||
<include base="servman">.</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -31,5 +31,4 @@
|
|||
</compilationunit>
|
||||
<file>servman.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="arp">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -10,4 +10,3 @@
|
|||
<file>arp.c</file>
|
||||
<file>arp.rc</file>
|
||||
</module>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?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">
|
||||
<include base="dwnl">.</include>
|
||||
<library>kernel32</library>
|
||||
<library>urlmon</library>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="WINVER">0x0501</define>
|
||||
<define name="_WIN32_IE>0x0600</define>
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
<file>dwnl.c</file>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="finger">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="ftp" type="win32cui" installbase="system32" installname="ftp.exe" allowwarnings="true" oldcrt="true">
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="ftp" type="win32cui" installbase="system32" installname="ftp.exe" allowwarnings="true">
|
||||
<include base="ftp">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="lint" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="ipconfig">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="net" type="win32cui" installbase="system32" installname="net.exe">
|
||||
<include base="ping">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -12,5 +13,4 @@
|
|||
<file>cmdStop.c</file>
|
||||
<file>help.c</file>
|
||||
<file>process.c</file>
|
||||
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="netstat">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<directory name="arp">
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="arp">
|
||||
<xi:include href="arp/arp.rbuild" />
|
||||
</directory>
|
||||
<directory name="dwnl">
|
||||
</directory>
|
||||
<directory name="dwnl">
|
||||
<xi:include href="dwnl/dwnl.rbuild" />
|
||||
</directory>
|
||||
<directory name="finger">
|
||||
</directory>
|
||||
<directory name="finger">
|
||||
<xi:include href="finger/finger.rbuild" />
|
||||
</directory>
|
||||
<directory name="ftp">
|
||||
</directory>
|
||||
<directory name="ftp">
|
||||
<xi:include href="ftp/ftp.rbuild" />
|
||||
</directory>
|
||||
<directory name="ipconfig">
|
||||
</directory>
|
||||
<directory name="ipconfig">
|
||||
<xi:include href="ipconfig/ipconfig.rbuild" />
|
||||
</directory>
|
||||
<directory name="net">
|
||||
</directory>
|
||||
<directory name="net">
|
||||
<xi:include href="net/net.rbuild" />
|
||||
</directory>
|
||||
<directory name="netstat">
|
||||
</directory>
|
||||
<directory name="netstat">
|
||||
<xi:include href="netstat/netstat.rbuild" />
|
||||
</directory>
|
||||
<directory name="ping">
|
||||
</directory>
|
||||
<directory name="ping">
|
||||
<xi:include href="ping/ping.rbuild" />
|
||||
</directory>
|
||||
<directory name="route">
|
||||
</directory>
|
||||
<directory name="route">
|
||||
<xi:include href="route/route.rbuild" />
|
||||
</directory>
|
||||
<directory name="telnet">
|
||||
</directory>
|
||||
<directory name="telnet">
|
||||
<xi:include href="telnet/telnet.rbuild" />
|
||||
</directory>
|
||||
<directory name="tracert">
|
||||
</directory>
|
||||
<directory name="tracert">
|
||||
<xi:include href="tracert/tracert.rbuild" />
|
||||
</directory>
|
||||
<directory name="whois">
|
||||
</directory>
|
||||
<directory name="whois">
|
||||
<xi:include href="whois/whois.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</group>
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="ping">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="route">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="telnet">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="tracert">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<include base="notepad">.</include>
|
||||
<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">
|
||||
<importlibrary definition="clb.def" />
|
||||
<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">
|
||||
<include base="regedit">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -35,3 +38,4 @@
|
|||
<directory name="clb">
|
||||
<xi:include href="clb/clb.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<include base="logon">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="matrix">.</include>
|
||||
|
||||
|
|
|
@ -1,25 +1,19 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<group>
|
||||
|
||||
<directory name="cylfrac">
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="cylfrac">
|
||||
<xi:include href="cylfrac/cylfrac.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="logon">
|
||||
</directory>
|
||||
<directory name="logon">
|
||||
<xi:include href="logon/logon.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="matrix">
|
||||
</directory>
|
||||
<directory name="matrix">
|
||||
<xi:include href="matrix/matrix.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="scrnsave">
|
||||
</directory>
|
||||
<directory name="scrnsave">
|
||||
<xi:include href="scrnsave/scrnsave.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="starfield">
|
||||
</directory>
|
||||
<directory name="starfield">
|
||||
<xi:include href="starfield/starfield.rbuild" />
|
||||
</directory>
|
||||
|
||||
</directory>
|
||||
</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">
|
||||
<define name="__USE_W32API" />
|
||||
<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">
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__REACTOS__" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="shutdown">.</include>
|
||||
<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">
|
||||
<include base="ReactOS">include/wine</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">
|
||||
<include base="taskmgr">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="winhelp" type="win32gui" installbase="system32" installname="winhelp.exe" unicode="no">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="winhelp" type="win32gui" installbase="system32" installname="winhelp.exe" unicode="no">
|
||||
<include base="winhelp">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
|
@ -21,5 +21,4 @@
|
|||
<file>winhelp.c</file>
|
||||
<file>lex.yy.c</file>
|
||||
<file>rsrc.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" unicode="yes">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" unicode="yes">
|
||||
<include base="wordpad">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
|
@ -22,5 +22,4 @@
|
|||
</compilationunit>
|
||||
<file>wordpad.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="applications">
|
||||
<xi:include href="applications/applications.rbuild" />
|
||||
</directory>
|
||||
|
@ -16,5 +16,4 @@
|
|||
<directory name="system">
|
||||
<xi:include href="system/system.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
</rbuild>
|
||||
</group>
|
||||
|
|
|
@ -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">
|
||||
<include base="dhcp">.</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">
|
||||
<include base="eventlog">.</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">
|
||||
<include base="rpcss">.</include>
|
||||
<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">
|
||||
<xi:include href="dhcp/dhcp.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="tcpsvcs" type="win32cui" installbase="system32" installname="tcpsvcs.exe">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="tcpsvcs" type="win32cui" installbase="system32" installname="tcpsvcs.exe">
|
||||
<include base="arp">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
|
@ -18,5 +18,4 @@
|
|||
<file>chargen.c</file>
|
||||
<file>tcpsvcs.rc</file>
|
||||
<pch>tcpsvcs.h</pch>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -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">
|
||||
<include base="umpnpmgr">.</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">
|
||||
<bootstrap base="$(CDOUTPUT)" />
|
||||
<include base="reactos">.</include>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="setup">
|
||||
<xi:include href="setup/setup.rbuild" />
|
||||
</directory>
|
||||
|
@ -16,5 +16,4 @@
|
|||
<directory name="reactos">
|
||||
<xi:include href="reactos/reactos.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
</rbuild>
|
||||
</group>
|
||||
|
|
|
@ -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">
|
||||
<include base="setup">.</include>
|
||||
<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">
|
||||
<bootstrap base="$(CDOUTPUT)/system32" nameoncd="smss.exe" />
|
||||
<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">
|
||||
<include base="vmwinst">.</include>
|
||||
<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">
|
||||
<bootstrap base="$(CDOUTPUT)" />
|
||||
<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">
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<include base="cmd_base">.</include>
|
||||
|
@ -79,3 +82,4 @@
|
|||
<file>cmd.rc</file>
|
||||
<file>main.c</file>
|
||||
</module>
|
||||
</group>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<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>
|
||||
|
@ -31,5 +31,4 @@
|
|||
<file>trayprop.c</file>
|
||||
<file>traywnd.c</file>
|
||||
<file>explorer.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" stdlib="host" usewrc="false">
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" stdlib="host" usewrc="false">
|
||||
<linkerflag>-fexceptions</linkerflag>
|
||||
<include base="explorer">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -68,9 +69,9 @@
|
|||
<file>explorer.cpp</file>
|
||||
<file>i386-stub-win32.c</file>
|
||||
<file>explorer.rc</file>
|
||||
</module>
|
||||
<installfile base=".">explorer-cfg-template.xml</installfile>
|
||||
<directory name="notifyhook">
|
||||
</module>
|
||||
<installfile base=".">explorer-cfg-template.xml</installfile>
|
||||
<directory name="notifyhook">
|
||||
<xi:include href="notifyhook/notifyhook.rbuild" />
|
||||
</directory>
|
||||
</rbuild>
|
||||
</directory>
|
||||
</group>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
||||
<importlibrary definition="notifyhook.def" />
|
||||
<include base="notifyhook">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -10,5 +10,4 @@
|
|||
<library>user32</library>
|
||||
<file>notifyhook.c</file>
|
||||
<file>notifyhook.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
</module>
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="cmd">
|
||||
<xi:include href="cmd/cmd.rbuild" />
|
||||
</directory>
|
||||
<directory name="explorer">
|
||||
<xi:include href="explorer/explorer.rbuild" />
|
||||
</directory>
|
||||
<!--
|
||||
<directory name="explorer-new">
|
||||
<!--directory name="explorer-new">
|
||||
<xi:include href="explorer-new/explorer.rbuild" />
|
||||
</directory>
|
||||
-->
|
||||
</group>
|
||||
</rbuild>
|
||||
</directory-->
|
||||
</group>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="autochk">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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" >
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<include base="expand">.</include>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="format">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="lsass">.</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">
|
||||
<include base="msiexec">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="regsvr32">.</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="rundll32">.</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="services">.</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">
|
||||
<include base="smss">.</include>
|
||||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="autochk">
|
||||
<xi:include href="autochk/autochk.rbuild" />
|
||||
</directory>
|
||||
|
@ -34,5 +34,4 @@
|
|||
<directory name="winlogon">
|
||||
<xi:include href="winlogon/winlogon.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
</rbuild>
|
||||
</group>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="userinit">.</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="winlogon">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<group>
|
||||
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<property name="BASEADDRESS_REGTESTS" value="0x07000000" />
|
||||
<property name="BASEADDRESS_NOTIFYHOOK" value="0x08000000" />
|
||||
<property name="BASEADDRESS_COMCAT" value="0x20A50000" />
|
||||
|
@ -144,4 +144,3 @@
|
|||
<property name="BASEADDRESS_HHCTRL" value="0x7e410000" />
|
||||
<property name="BASEADDRESS_FREETYPE" value="0x7f000000" />
|
||||
</group>
|
||||
</rbuild>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<directory name="freeldr">
|
||||
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="freeldr">
|
||||
<xi:include href="freeldr/freeldr.rbuild" />
|
||||
</directory>
|
||||
<directory name="bootdata">
|
||||
</directory>
|
||||
<directory name="bootdata">
|
||||
<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>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="bootcdregtest" type="isoregtest">
|
||||
</module>
|
||||
|
|
|
@ -1,23 +1,25 @@
|
|||
<group>
|
||||
<cdfile>autorun.inf</cdfile>
|
||||
<cdfile>icon.ico</cdfile>
|
||||
<cdfile>readme.txt</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivecls.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivedef.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivesft.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivesys.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
<directory name="bootcd">
|
||||
<?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>icon.ico</cdfile>
|
||||
<cdfile>readme.txt</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivecls.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivedef.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivesft.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">hivesys.inf</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">txtsetup.sif</cdfile>
|
||||
<cdfile base="$(CDOUTPUT)">unattend.inf</cdfile>
|
||||
<directory name="bootcd">
|
||||
<xi:include href="bootcd/bootcd.rbuild" />
|
||||
</directory>
|
||||
<directory name="livecd">
|
||||
</directory>
|
||||
<directory name="livecd">
|
||||
<xi:include href="livecd/livecd.rbuild" />
|
||||
</directory>
|
||||
<directory name="bootcdregtest">
|
||||
</directory>
|
||||
<directory name="bootcdregtest">
|
||||
<xi:include href="bootcdregtest/bootcdregtest.rbuild" />
|
||||
</directory>
|
||||
<directory name="livecdregtest">
|
||||
</directory>
|
||||
<directory name="livecdregtest">
|
||||
<xi:include href="livecdregtest/livecdregtest.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</group>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="livecd" type="liveiso">
|
||||
</module>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="livecdregtest" type="liveisoregtest">
|
||||
</module>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="dosmbr" type="bootsector" >
|
||||
<bootstrap base="loader" nameoncd="dosmbr.bin" />
|
||||
<file>dosmbr.asm</file>
|
||||
|
@ -22,3 +25,4 @@
|
|||
<bootstrap base="loader" nameoncd="isobtrt.bin" />
|
||||
<file>isobtrt.asm</file>
|
||||
</module>
|
||||
</group>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<include base="freeldr_fdebug">.</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
<directory name="bootsect">
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="bootsect">
|
||||
<xi:include href="bootsect/bootsect.rbuild" />
|
||||
</directory>
|
||||
<directory name="freeldr">
|
||||
</directory>
|
||||
<directory name="freeldr">
|
||||
<xi:include href="freeldr/freeldr_startup.rbuild" />
|
||||
<xi:include href="freeldr/freeldr_base64k.rbuild" />
|
||||
<xi:include href="freeldr/freeldr_base.rbuild" />
|
||||
|
@ -10,10 +13,11 @@
|
|||
<xi:include href="freeldr/setupldr_main.rbuild" />
|
||||
<xi:include href="freeldr/freeldr.rbuild" />
|
||||
<xi:include href="freeldr/setupldr.rbuild" />
|
||||
</directory>
|
||||
<directory name="fdebug">
|
||||
</directory>
|
||||
<directory name="fdebug">
|
||||
<xi:include href="fdebug/fdebug.rbuild" />
|
||||
</directory>
|
||||
<directory name="install">
|
||||
</directory>
|
||||
<directory name="install">
|
||||
<xi:include href="install/installfreeldr.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</group>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<if property="ARCH" value="i386">
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<if property="ARCH" value="i386">
|
||||
<module name="freeldr" type="bootloader">
|
||||
<bootstrap base="loader" />
|
||||
<library>freeldr_startup</library>
|
||||
|
@ -11,8 +14,8 @@
|
|||
<library>rtl</library>
|
||||
<library>libcntpr</library>
|
||||
</module>
|
||||
</if>
|
||||
<if property="ARCH" value="powerpc">
|
||||
</if>
|
||||
<if property="ARCH" value="powerpc">
|
||||
<module name="ofwldr" type="elfexecutable" buildtype="OFWLDR">
|
||||
<library>freeldr_startup</library>
|
||||
<library>freeldr_base64k</library>
|
||||
|
@ -24,4 +27,5 @@
|
|||
<library>rtl</library>
|
||||
<library>libcntpr</library>
|
||||
</module>
|
||||
</if>
|
||||
</if>
|
||||
</group>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE directory SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<directory name="arch">
|
||||
<directory name="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">
|
||||
<include base="freeldr_base">include</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">
|
||||
<include base="freeldr_base64k">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">
|
||||
<include base="freeldr_main">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">
|
||||
<include base="freeldr_startup">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">
|
||||
<bootstrap base="loader" />
|
||||
<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">
|
||||
<include base="setupldr_main">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">
|
||||
<include base="installfreeldr">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?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
|
||||
|
@ -56,4 +57,4 @@
|
|||
-->
|
||||
<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