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:
|
2008-12-28 05:12:45 +00:00
|
|
|
??
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
<property name="SARCH" value="" />
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2008-12-28 05:12:45 +00:00
|
|
|
Generate instructions for this CPU type. Specify one of:
|
|
|
|
??
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2008-12-28 05:12:45 +00:00
|
|
|
See GCC manual for more CPU names.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
2007-09-02 09:59:45 +00:00
|
|
|
<property name="OARCH" value="" />
|
2006-02-23 00:01:01 +00:00
|
|
|
|
2008-12-28 05:12:45 +00:00
|
|
|
<!--
|
|
|
|
Which CPU ReactOS should be optimized for. See GCC manual for CPU names.
|
|
|
|
-->
|
|
|
|
<property name="TUNE" value="" />
|
|
|
|
|
2006-02-23 00:01:01 +00:00
|
|
|
|
|
|
|
<!--
|
2007-09-15 15:20:31 +00:00
|
|
|
Whether to compile for an uniprocessor or multiprocessor machine.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
<property name="MP" value="0" />
|
|
|
|
|
2007-10-06 07:53:20 +00:00
|
|
|
<!--
|
2007-10-19 23:21:45 +00:00
|
|
|
New style kernel debugger
|
2007-10-06 07:53:20 +00:00
|
|
|
-->
|
|
|
|
<property name="_WINKD_" value="0" />
|
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
|
|
|
-->
|
|
|
|
<property name="KDBG" value="0" />
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2009-06-17 18:17:45 +00:00
|
|
|
Whether to compile for debugging.
|
2006-02-23 00:01:01 +00:00
|
|
|
-->
|
|
|
|
<property name="DBG" value="1" />
|
|
|
|
|
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" />
|
|
|
|
|
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>
|