2006-02-23 00:01:01 +00:00
|
|
|
<?xml version="1.0"?>
|
2007-09-14 17:07:53 +00:00
|
|
|
<!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
|
|
|
|
<group>
|
2006-02-23 00:01:01 +00:00
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
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.
|
|
|
|
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.
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2007-09-15 15:20:31 +00:00
|
|
|
Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
|
|
|
|
options can obtain any value specified in the comment before it.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Sub-architecture to build for. Specify one of:
|
|
|
|
xbox
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
<property name="SARCH" value="" />
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Which CPU ReactOS should be optimized for. Specify one of:
|
|
|
|
i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
|
|
|
|
k6-2
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2007-09-15 15:20:31 +00:00
|
|
|
See GCC manual for more CPU names and which CPUs GCC can optimize for.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
2007-04-07 05:33:30 +00:00
|
|
|
<property name="OARCH" value="pentium" />
|
2006-02-23 00:01:01 +00:00
|
|
|
|
|
|
|
|
2007-02-02 13:01:43 +00:00
|
|
|
<!--
|
2007-12-25 16:22:20 +00:00
|
|
|
What level of optimisation to use.
|
|
|
|
0 = off (will not work)
|
|
|
|
1 = Default option, optimize for size (-Os) with some additional options
|
|
|
|
2 = -Os
|
|
|
|
3 = -O1
|
|
|
|
4 = -O2
|
|
|
|
5 = -O3
|
2007-02-02 13:01:43 +00:00
|
|
|
-->
|
|
|
|
<property name="OPTIMIZE" value="1" />
|
2007-02-13 19:50:06 +00:00
|
|
|
|
|
|
|
|
2006-02-23 00:01:01 +00:00
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Whether to compile in the integrated kernel debugger.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
2008-02-14 22:02:57 +00:00
|
|
|
<property name="KDBG" value="1" />
|
2006-02-23 00:01:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Whether to compile for debugging. No compiler optimizations will be
|
|
|
|
performed.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
<property name="DBG" value="1" />
|
|
|
|
|
2006-04-20 16:13:50 +00:00
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Whether to compile for debugging with GDB. If you don't use GDB, don't
|
|
|
|
enable this.
|
2006-04-20 16:13:50 +00:00
|
|
|
-->
|
|
|
|
<property name="GDB" value="0" />
|
|
|
|
|
2006-07-22 19:38:18 +00:00
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
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
|
|
|
|
enable this (except they/you purchased a license from the patent owner).
|
|
|
|
This settings is disabled (0) by default.
|
2006-07-22 19:38:18 +00:00
|
|
|
-->
|
|
|
|
<property name="NSWPAT" value="0" />
|
|
|
|
|
2007-03-04 20:52:54 +00:00
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
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.
|
|
|
|
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
|
|
|
|
failure to enter GUI mode. Do not enable unless you know what you're doing.
|
2007-03-04 20:52:54 +00:00
|
|
|
-->
|
|
|
|
<property name="_WINKD_" value="0" />
|
|
|
|
|
2008-07-27 15:48:00 +00:00
|
|
|
<!--
|
|
|
|
Whether to compile support for ELF files. Do not enable unless you know what
|
|
|
|
you're doing.
|
|
|
|
-->
|
|
|
|
<property name="_ELF_" value="0" />
|
|
|
|
|
2007-09-14 17:07:53 +00:00
|
|
|
</group>
|