22 lines
264 B
Plaintext
22 lines
264 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
NT_UP=0
|
|
!include $(PROJECT_ROOT)\ntos\ntoskrnl.inc
|
|
!undef NTTEST
|
|
NTTEST=ntkrnlmp
|
|
TARGET1=mp
|
|
TARGET2=mp
|
|
|
|
!include ..\up\sources.cmn
|
|
!ifndef NTTEST
|
|
NTTEST=ntkrnlmp
|
|
!endif
|
|
|
|
!if $(386)
|
|
KERNEL_ALIGNMENT=0x1000
|
|
!endif
|