You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
304 B
21 lines
304 B
!IF 0
|
|
|
|
Copyright (c) 1989-2000 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!if defined(BUILD_CHECKED_KERNEL)
|
|
NTDEBUG=ntsd
|
|
FREEBUILD=0
|
|
!endif
|
|
|
|
# Always build MP hals for checked builds.
|
|
|
|
!if !$(FREEBUILD)
|
|
NT_UP=0
|
|
!endif
|
|
|
|
VC7_SYMBOLS=1
|
|
|
|
# No overflow checking for the HAL
|
|
BUFFER_OVERFLOW_CHECKS=0
|