mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
faa53591e2
svn path=/trunk/; revision=3353
33 lines
452 B
Text
33 lines
452 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
|
|
|
|
|
|
#
|
|
# Which version of NDIS do we support up to?
|
|
#
|
|
#NDISVERSION=NDIS50
|
|
|