patch for -Werror -Wall by jonathan wilson
[reactos.git] / reactos / config
1 #
2 # Architecture to build for
3 #
4 # Specify one of: i386
5 # Possible values in the future: alpha,i386,m68k,mips,powerpc
6 ARCH := i386
7
8 #
9 # Whether to compile in the kernel debugger
10 #
11 KDBG := 0
12
13 #
14 # Whether to compile for debugging
15 #
16 DBG := 0
17
18 #
19 # Whether to compile a multiprocessor or single processor version
20 #
21 MP := 0
22
23 #
24 # Whether to compile for ACPI compliant systems
25 #
26 ACPI := 0
27
28 #
29 # Whether to use Structured Exception Handling
30 #
31 SEH := 0
32
33
34 #
35 # Which version of NDIS do we support up to?
36 #
37 #NDISVERSION=NDIS50
38