Don't use hardcoded strings in the configuration message box. Use string resources...
[reactos.git] / reactos / 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 <!--
40 Whether to compile in the integrated kernel debugger.
41 -->
42 <property name="KDBG" value="0" />
43
44
45 <!--
46 Whether to compile for debugging. No compiler optimizations will be
47 performed.
48 -->
49 <property name="DBG" value="1" />
50
51
52 <!--
53 Whether to compile apps/libs with features covered software patents or not.
54 If you live in a country where software patents are valid/apply, don't
55 enable this (except they/you purchased a license from the patent owner).
56 This settings is disabled (0) by default.
57 -->
58 <property name="NSWPAT" value="0" />
59
60 </group>