[USBEHCI]
[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 ??
19 -->
20 <property name="SARCH" value="" />
21
22
23 <!--
24 Generate instructions for this CPU type. Specify one of:
25 ??
26
27 See GCC manual for more CPU names.
28 -->
29 <property name="OARCH" value="" />
30
31 <!--
32 Which CPU ReactOS should be optimized for. See GCC manual for CPU names.
33 -->
34 <property name="TUNE" value="" />
35
36
37 <!--
38 Whether to compile for an uniprocessor or multiprocessor machine.
39 -->
40 <property name="MP" value="0" />
41
42 <!--
43 New style kernel debugger
44 -->
45 <property name="_WINKD_" value="0" />
46
47 <!--
48 Whether to compile in the integrated kernel debugger.
49 -->
50 <property name="KDBG" value="0" />
51
52
53 <!--
54 Whether to compile for debugging.
55 -->
56 <property name="DBG" value="1" />
57
58
59 <!--
60 Whether to compile apps/libs with features covered software patents or not.
61 If you live in a country where software patents are valid/apply, don't
62 enable this (except they/you purchased a license from the patent owner).
63 This settings is disabled (0) by default.
64 -->
65 <property name="NSWPAT" value="0" />
66
67 <!--
68 Whether to compile support for ELF files. Do not enable unless you know what
69 you're doing.
70 -->
71 <property name="_ELF_" value="0" />
72
73 </group>