merge ROS Shell without integrated explorer part into trunk
[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 # Which cpu should reactos optimize for
10 # example : i486, i586, pentium, pentium2, pentium3, pentium4
11 # athlon-xp, athlon-mp, k6-2,
12 #
13 # see gcc manual for more cpu names and which cpus it can
14 # be optimized for.
15 #
16
17 OARCH := i486
18
19 #
20 # Whether to compile in the kernel debugger
21 #
22 KDBG := 0
23
24 #
25 # Whether to compile for debugging
26 # Enabling this enables ASSERTS, GDB and Special Debug Routines
27 #
28 DBG := 0
29
30 #
31 # Whether to compile a multiprocessor or single processor version
32 #
33 CONFIG_SMP := 0
34
35 #
36 # Which version of NDIS do we support up to?
37 #
38 #NDISVERSION=NDIS50
39