reactos/reactos/config
Casper Hornstrup 7359af43d8 Revert.
svn path=/trunk/; revision=5149
2003-07-17 10:47:02 +00:00

39 lines
513 B
Plaintext

#
# 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
#
# Whether to use Structured Exception Handling
#
SEH := 0
#
# Which version of NDIS do we support up to?
#
#NDISVERSION=NDIS50