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
311 B
21 lines
311 B
!IF 0
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!include $(PROJECT_ROOT)\ntos\ntoskrnl.inc
|
|
NT_UP=1
|
|
!undef NTTEST
|
|
NTTEST=ntkrnlpa
|
|
TARGET1=pae
|
|
TARGET2=up
|
|
|
|
!include ..\up\sources.cmn
|
|
|
|
C_DEFINES=$(C_DEFINES) /D_X86PAE_
|
|
LINKER_FLAGS=/LARGEADDRESSAWARE
|
|
!ifndef NTTEST
|
|
NTTEST=ntkrnlpa
|
|
!endif
|
|
|