Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

20 lines
282 B

!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