[FORMATTING]

- Use TABs instead of spaces in some more .rbuild files
- No code changes

svn path=/trunk/; revision=29060
This commit is contained in:
Colin Finck 2007-09-15 15:20:31 +00:00
parent f51ada884d
commit 47dea31217
6 changed files with 195 additions and 195 deletions

View file

@ -1,68 +1,68 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd"> <!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude"> <group xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="baseaddress.rbuild" /> <xi:include href="baseaddress.rbuild" />
<define name="_REACTOS_" /> <define name="_REACTOS_" />
<if property="MP" value="1"> <if property="MP" value="1">
<define name="CONFIG_SMP" value="1" /> <define name="CONFIG_SMP" value="1" />
</if> </if>
<if property="DBG" value="1"> <if property="DBG" value="1">
<define name="DBG" value="1" /> <define name="DBG" value="1" />
<define name="_SEH_ENABLE_TRACE" /> <define name="_SEH_ENABLE_TRACE" />
<property name="DBG_OR_KDBG" value="true" /> <property name="DBG_OR_KDBG" value="true" />
</if> </if>
<if property="KDBG" value="1"> <if property="KDBG" value="1">
<define name="KDBG" value="1" /> <define name="KDBG" value="1" />
<property name="DBG_OR_KDBG" value="true" /> <property name="DBG_OR_KDBG" value="true" />
</if> </if>
<include>.</include> <include>.</include>
<include>include</include> <include>include</include>
<include root="intermediate">include</include> <include root="intermediate">include</include>
<include>include/psdk</include> <include>include/psdk</include>
<include root="intermediate">include/psdk</include> <include root="intermediate">include/psdk</include>
<include>include/dxsdk</include> <include>include/dxsdk</include>
<include>include/crt</include> <include>include/crt</include>
<include>include/ddk</include> <include>include/ddk</include>
<include>include/GL</include> <include>include/GL</include>
<include>include/ndk</include> <include>include/ndk</include>
<include>include/reactos</include> <include>include/reactos</include>
<include root="intermediate">include/reactos</include> <include root="intermediate">include/reactos</include>
<include>include/reactos/libs</include> <include>include/reactos/libs</include>
<directory name="base"> <directory name="base">
<xi:include href="base/base.rbuild" /> <xi:include href="base/base.rbuild" />
</directory> </directory>
<directory name="boot"> <directory name="boot">
<xi:include href="boot/boot.rbuild" /> <xi:include href="boot/boot.rbuild" />
</directory> </directory>
<directory name="dll"> <directory name="dll">
<xi:include href="dll/dll.rbuild" /> <xi:include href="dll/dll.rbuild" />
</directory> </directory>
<directory name="drivers"> <directory name="drivers">
<xi:include href="drivers/drivers.rbuild" /> <xi:include href="drivers/drivers.rbuild" />
</directory> </directory>
<directory name="hal"> <directory name="hal">
<xi:include href="hal/hal.rbuild" /> <xi:include href="hal/hal.rbuild" />
</directory> </directory>
<directory name="include"> <directory name="include">
<xi:include href="include/directory.rbuild" /> <xi:include href="include/directory.rbuild" />
</directory> </directory>
<directory name="lib"> <directory name="lib">
<xi:include href="lib/lib.rbuild" /> <xi:include href="lib/lib.rbuild" />
</directory> </directory>
<directory name="media"> <directory name="media">
<xi:include href="media/media.rbuild" /> <xi:include href="media/media.rbuild" />
</directory> </directory>
<directory name="modules"> <directory name="modules">
<xi:include href="modules/directory.rbuild" /> <xi:include href="modules/directory.rbuild" />
</directory> </directory>
<directory name="ntoskrnl"> <directory name="ntoskrnl">
<xi:include href="ntoskrnl/ntoskrnl.rbuild" /> <xi:include href="ntoskrnl/ntoskrnl.rbuild" />
</directory> </directory>
<directory name="subsystems"> <directory name="subsystems">
<xi:include href="subsystems/subsystems.rbuild" /> <xi:include href="subsystems/subsystems.rbuild" />
</directory> </directory>
</group> </group>

View file

@ -1,45 +1,45 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd"> <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
<project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude"> <project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="config.rbuild"> <xi:include href="config.rbuild">
<xi:fallback> <xi:fallback>
<xi:include href="config.template.rbuild" /> <xi:include href="config.template.rbuild" />
</xi:fallback> </xi:fallback>
</xi:include> </xi:include>
<xi:include href="ReactOS-generic.rbuild" /> <xi:include href="ReactOS-generic.rbuild" />
<define name="_M_IX86" /> <define name="_M_IX86" />
<define name="_X86_" /> <define name="_X86_" />
<define name="__i386__" /> <define name="__i386__" />
<if property="GDB" value="0"> <if property="GDB" value="0">
<if property="OPTIMIZE" value="1"> <if property="OPTIMIZE" value="1">
<compilerflag>-Os</compilerflag> <compilerflag>-Os</compilerflag>
<compilerflag>-ftracer</compilerflag> <compilerflag>-ftracer</compilerflag>
<compilerflag>-momit-leaf-frame-pointer</compilerflag> <compilerflag>-momit-leaf-frame-pointer</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag> <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if> </if>
<if property="OPTIMIZE" value="2"> <if property="OPTIMIZE" value="2">
<compilerflag>-Os</compilerflag> <compilerflag>-Os</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag> <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if> </if>
<if property="OPTIMIZE" value="3"> <if property="OPTIMIZE" value="3">
<compilerflag>-O1</compilerflag> <compilerflag>-O1</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag> <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if> </if>
<if property="OPTIMIZE" value="4"> <if property="OPTIMIZE" value="4">
<compilerflag>-O2</compilerflag> <compilerflag>-O2</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag> <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if> </if>
<if property="OPTIMIZE" value="5"> <if property="OPTIMIZE" value="5">
<compilerflag>-O3</compilerflag> <compilerflag>-O3</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag> <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if> </if>
</if> </if>
<compilerflag>-Wno-strict-aliasing</compilerflag> <compilerflag>-Wno-strict-aliasing</compilerflag>
<compilerflag>-Wpointer-arith</compilerflag> <compilerflag>-Wpointer-arith</compilerflag>
<linkerflag>-enable-stdcall-fixup</linkerflag> <linkerflag>-enable-stdcall-fixup</linkerflag>
</project> </project>

View file

@ -1,35 +1,35 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd"> <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
<project name="ReactOS" makefile="makefile.ppc" xmlns:xi="http://www.w3.org/2001/XInclude"> <project name="ReactOS" makefile="makefile.ppc" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="config-ppc.rbuild"> <xi:include href="config-ppc.rbuild">
<xi:fallback> <xi:fallback>
<xi:include href="config-ppc.template.rbuild" /> <xi:include href="config-ppc.template.rbuild" />
</xi:fallback> </xi:fallback>
</xi:include> </xi:include>
<xi:include href="ReactOS-generic.rbuild" /> <xi:include href="ReactOS-generic.rbuild" />
<property name="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code -lppcmmu -nostdlib -nostartfiles"/> <property name="OFWLDR_LINKFORMAT" value="-L$(INTERMEDIATE)/lib/ppcmmu -lppcmmu_code -lppcmmu -nostdlib -nostartfiles"/>
<define name="_M_PPC" /> <define name="_M_PPC" />
<define name="_PPC_" /> <define name="_PPC_" />
<define name="__PowerPC__" /> <define name="__PowerPC__" />
<define name="_REACTOS_" /> <define name="_REACTOS_" />
<define name="stdcall" empty="true" /> <define name="stdcall" empty="true" />
<define name="__stdcall__" empty="true" /> <define name="__stdcall__" empty="true" />
<define name="fastcall" empty="true" /> <define name="fastcall" empty="true" />
<define name="cdecl" empty="true" /> <define name="cdecl" empty="true" />
<define name="__cdecl__" empty="true" /> <define name="__cdecl__" empty="true" />
<define name="dllimport" empty="true" /> <define name="dllimport" empty="true" />
<define name="WORDS_BIGENDIAN" empty="true" /> <define name="WORDS_BIGENDIAN" empty="true" />
<define name="MB_CUR_MAX">1</define> <define name="MB_CUR_MAX">1</define>
<define name="_BSDTYPES_DEFINED"/> <define name="_BSDTYPES_DEFINED"/>
<compilerflag>-fshort-wchar</compilerflag> <compilerflag>-fshort-wchar</compilerflag>
<compilerflag>-fsigned-char</compilerflag> <compilerflag>-fsigned-char</compilerflag>
<compilerflag>-mfull-toc</compilerflag> <compilerflag>-mfull-toc</compilerflag>
<compilerflag>-meabi</compilerflag> <compilerflag>-meabi</compilerflag>
<compilerflag>-O2</compilerflag> <compilerflag>-O2</compilerflag>
<compilerflag>-Wno-strict-aliasing</compilerflag> <compilerflag>-Wno-strict-aliasing</compilerflag>
<compilerflag>-Wno-trampolines</compilerflag> <compilerflag>-Wno-trampolines</compilerflag>
</project> </project>

View file

@ -1,19 +1,19 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd"> <!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude"> <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>
<directory name="services"> <directory name="services">
<xi:include href="services/services.rbuild" /> <xi:include href="services/services.rbuild" />
</directory> </directory>
<directory name="setup"> <directory name="setup">
<xi:include href="setup/setup.rbuild" /> <xi:include href="setup/setup.rbuild" />
</directory> </directory>
<directory name="shell"> <directory name="shell">
<xi:include href="shell/shell.rbuild" /> <xi:include href="shell/shell.rbuild" />
</directory> </directory>
<directory name="system"> <directory name="system">
<xi:include href="system/system.rbuild" /> <xi:include href="system/system.rbuild" />
</directory> </directory>
</group> </group>

View file

@ -3,57 +3,57 @@
<group> <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
configuration of ReactOS. Make a copy of this file and name it config.rbuild. configuration of ReactOS. Make a copy of this file and name it config.rbuild.
Then change the options in config.rbuild. If you don't have a config.rbuild file, Then change the options in config.rbuild. If you don't have a config.rbuild file,
then the defaults in this file, config.template.rbuild, will be used instead. then the defaults in this file, config.template.rbuild, will be used instead.
Boolean options can obtain the values 0 (disabled) or 1 (enabled). String Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
options can obtain any value specified in the comment before it. options can obtain any value specified in the comment before it.
--> -->
<!-- <!--
Sub-architecture to build for. Specify one of: Sub-architecture to build for. Specify one of:
xbox xbox
--> -->
<property name="SARCH" value="" /> <property name="SARCH" value="" />
<!-- <!--
Which CPU ReactOS should be optimized for. Specify one of: Which CPU ReactOS should be optimized for. Specify one of:
i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp, i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
k6-2 k6-2
See GCC manual for more CPU names and which CPUs GCC can optimize for. See GCC manual for more CPU names and which CPUs GCC can optimize for.
--> -->
<property name="OARCH" value="" /> <property name="OARCH" value="" />
<!-- <!--
Whether to compile for an uniprocessor or multiprocessor machine. Whether to compile for an uniprocessor or multiprocessor machine.
--> -->
<property name="MP" value="0" /> <property name="MP" value="0" />
<!-- <!--
Whether to compile in the integrated kernel debugger. Whether to compile in the integrated kernel debugger.
--> -->
<property name="KDBG" value="0" /> <property name="KDBG" value="0" />
<!-- <!--
Whether to compile for debugging. No compiler optimizations will be Whether to compile for debugging. No compiler optimizations will be
performed. performed.
--> -->
<property name="DBG" value="1" /> <property name="DBG" value="1" />
<!-- <!--
Whether to compile apps/libs with features covered software patents or not. Whether to compile apps/libs with features covered software patents or not.
If you live in a country where software patents are valid/apply, don't If you live in a country where software patents are valid/apply, don't
enable this (except they/you purchased a license from the patent owner). enable this (except they/you purchased a license from the patent owner).
This settings is disabled (0) by default. This settings is disabled (0) by default.
--> -->
<property name="NSWPAT" value="0" /> <property name="NSWPAT" value="0" />

View file

@ -3,89 +3,89 @@
<group> <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
configuration of ReactOS. Make a copy of this file and name it config.rbuild. configuration of ReactOS. Make a copy of this file and name it config.rbuild.
Then change the options in config.rbuild. If you don't have a config.rbuild file, Then change the options in config.rbuild. If you don't have a config.rbuild file,
then the defaults in this file, config.template.rbuild, will be used instead. then the defaults in this file, config.template.rbuild, will be used instead.
Boolean options can obtain the values 0 (disabled) or 1 (enabled). String Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
options can obtain any value specified in the comment before it. options can obtain any value specified in the comment before it.
--> -->
<!-- <!--
Sub-architecture to build for. Specify one of: Sub-architecture to build for. Specify one of:
xbox xbox
--> -->
<property name="SARCH" value="" /> <property name="SARCH" value="" />
<!-- <!--
Which CPU ReactOS should be optimized for. Specify one of: Which CPU ReactOS should be optimized for. Specify one of:
i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp, i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
k6-2 k6-2
See GCC manual for more CPU names and which CPUs GCC can optimize for. See GCC manual for more CPU names and which CPUs GCC can optimize for.
--> -->
<property name="OARCH" value="pentium" /> <property name="OARCH" value="pentium" />
<!-- <!--
OPTIMIZE what level do you want ReactOS to be optimized at OPTIMIZE what level do you want ReactOS to be optimized at
this setting does not work if GDB is set this setting does not work if GDB is set
0 = off 0 = off
1 = Normal compiling recommended, is default setting in official build and debug build 1 = Normal compiling recommended, is default setting in official build and debug build
warning : 2,3,4,5 is not tested on ReactOS. Change at own risk. warning : 2,3,4,5 is not tested on ReactOS. Change at own risk.
2 = gcc -Oz with -mpreferred-stack-boundary=2 2 = gcc -Oz with -mpreferred-stack-boundary=2
3 = gcc -O1 with -mpreferred-stack-boundary=2 3 = gcc -O1 with -mpreferred-stack-boundary=2
4 = gcc -O2 with -mpreferred-stack-boundary=2 4 = gcc -O2 with -mpreferred-stack-boundary=2
5 = gcc -O3 with -mpreferred-stack-boundary=2 5 = gcc -O3 with -mpreferred-stack-boundary=2
--> -->
<property name="OPTIMIZE" value="1" /> <property name="OPTIMIZE" value="1" />
<!-- <!--
Whether to compile for an uniprocessor or multiprocessor machine. Whether to compile for an uniprocessor or multiprocessor machine.
--> -->
<property name="MP" value="0" /> <property name="MP" value="0" />
<!-- <!--
Whether to compile in the integrated kernel debugger. Whether to compile in the integrated kernel debugger.
--> -->
<property name="KDBG" value="0" /> <property name="KDBG" value="0" />
<!-- <!--
Whether to compile for debugging. No compiler optimizations will be Whether to compile for debugging. No compiler optimizations will be
performed. performed.
--> -->
<property name="DBG" value="1" /> <property name="DBG" value="1" />
<!-- <!--
Whether to compile for debugging with GDB. If you don't use GDB, don't Whether to compile for debugging with GDB. If you don't use GDB, don't
enable this. enable this.
--> -->
<property name="GDB" value="0" /> <property name="GDB" value="0" />
<!-- <!--
Whether to compile apps/libs with features covered software patents or not. Whether to compile apps/libs with features covered software patents or not.
If you live in a country where software patents are valid/apply, don't If you live in a country where software patents are valid/apply, don't
enable this (except they/you purchased a license from the patent owner). enable this (except they/you purchased a license from the patent owner).
This settings is disabled (0) by default. This settings is disabled (0) by default.
--> -->
<property name="NSWPAT" value="0" /> <property name="NSWPAT" value="0" />
<!-- <!--
Whether to compile with the KD protocol. This will disable support for KDBG Whether to compile with the KD protocol. This will disable support for KDBG
as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS. as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.
This is currently not fully working, and requires kdcom from Windows 2003 or This is currently not fully working, and requires kdcom from Windows 2003 or
TinyKRNL. Booting into debug mode with this flag enabled will result in a TinyKRNL. Booting into debug mode with this flag enabled will result in a
failure to enter GUI mode. Do not enable unless you know what you're doing. failure to enter GUI mode. Do not enable unless you know what you're doing.
--> -->
<property name="_WINKD_" value="0" /> <property name="_WINKD_" value="0" />