implemented LookupAccountSidW() thx to the help of Alex Ionescu - this function is...
[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 #
10 # Which cpu should reactos optimze for
11 # example : i486, i586, pentium, pentium2, pentum3, pentium4
12 # athlon-xp, athlon-mp, k6-2,
13 #
14 # see gcc manual for more cpu name and which cpu it can
15 # be optimze for.
16 #
17
18 OARCH := i486
19
20 #
21 # Whether to compile in the kernel debugger
22 #
23 KDBG := 0
24
25 #
26 # Whether to compile for debugging
27 #
28 DBG := 0
29
30 #
31 # Whether to compile with optimizations
32 #
33 OPTIMIZED := 0
34
35 #
36 # Whether to compile a multiprocessor or single processor version
37 #
38 MP := 0
39
40 #
41 # Whether to compile for ACPI compliant systems
42 #
43 ACPI := 0
44
45 #
46 # whether to use a 3GB User, 1GB Kernel memory map
47 #
48 3GB := 1
49
50 #
51 # Which version of NDIS do we support up to?
52 #
53 #NDISVERSION=NDIS50
54