Files
reactos/reactos/config
T
2002-02-08 02:57:10 +00:00

27 lines
381 B
Plaintext

#
# Architecture to build for
#
# Specify one of: i386
# Possibble 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