Create a branch for network fixes.
[reactos.git] / config-ppc.template.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
3 <group>
4
5 <!--
6 This file is a template used as a starting point for compile-time
7 configuration of ReactOS. Make a copy of this file and name it config.rbuild.
8 Then change the options in config.rbuild. If you don't have a config.rbuild file,
9 then the defaults in this file, config.template.rbuild, will be used instead.
10
11 Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
12 options can obtain any value specified in the comment before it.
13 -->
14
15
16 <!--
17 Sub-architecture to build for. Specify one of:
18 xbox
19 -->
20 <property name="SARCH" value="" />
21
22
23 <!--
24 Which CPU ReactOS should be optimized for. Specify one of:
25 i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
26 k6-2
27
28 See GCC manual for more CPU names and which CPUs GCC can optimize for.
29 -->
30 <property name="OARCH" value="" />
31
32
33 <!--
34 Whether to compile for an uniprocessor or multiprocessor machine.
35 -->
36 <property name="MP" value="0" />
37
38 <!--
39 New style kernel debugger
40 -->
41 <property name="_WINKD_" value="0" />
42
43 <!--
44 Whether to compile in the integrated kernel debugger.
45 -->
46 <property name="KDBG" value="0" />
47
48
49 <!--
50 Whether to compile for debugging. No compiler optimizations will be
51 performed.
52 -->
53 <property name="DBG" value="1" />
54
55
56 <!--
57 Whether to compile apps/libs with features covered software patents or not.
58 If you live in a country where software patents are valid/apply, don't
59 enable this (except they/you purchased a license from the patent owner).
60 This settings is disabled (0) by default.
61 -->
62 <property name="NSWPAT" value="0" />
63
64 <!--
65 Whether to compile support for ELF files. Do not enable unless you know what
66 you're doing.
67 -->
68 <property name="_ELF_" value="0" />
69
70 </group>