windows-nt/Source/XPSP1/NT/base/ntos/init/pae/sources

21 lines
282 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) Microsoft Corporation
!ENDIF
!include $(PROJECT_ROOT)\ntos\ntoskrnl.inc
!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