reactos/reactos/config
David Welch 45d7740d94 Renamed kernel.map -> ntoskrnl.map
svn path=/trunk/; revision=3280
2002-07-20 21:49:35 +00:00

26 lines
380 B
Text

#
# Architecture to build for
#
# Specify one of: i386
# Possible values in the future: alpha,i386,m68k,mips,powerpc
ARCH := i386
#
# Whether to compile in the kernel debugger
#
KDBG := 0
#
# Whether to compile for debugging
#
DBG := 0
#
# Whether to compile a multiprocessor or single processor version
#
MP := 0
#
# Whether to compile for ACPI compliant systems
#
ACPI := 0