Report "access denied" errors.
[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 with optimizations
20 #
21 OPTIMIZED := 0
22
23 #
24 # Whether to compile a multiprocessor or single processor version
25 #
26 MP := 0
27
28 #
29 # Whether to compile for ACPI compliant systems
30 #
31 ACPI := 0
32
33 #
34 # Whether to build regression tests
35 #
36 REGRESSIONTESTS := 0
37
38 #
39 # Whether to use Structured Exception Handling
40 #
41 SEH := 0
42
43 #
44 # Which version of NDIS do we support up to?
45 #
46 #NDISVERSION=NDIS50
47