Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) Microsoft Corporation
!ENDIF
!include $(PROJECT_ROOT)\hals\hals.inc
TARGETNAME=halapic TARGETPATH=obj
!IF $(386) TARGETTYPE=HAL !ELSE TARGETTYPE=DRIVER !ENDIF
# # Define _HALPAE_ and set /LARGEADDRESSAWARE so that this hal can be used # with a PAE-enabled kernel. #
C_DEFINES=-DAPIC_HAL -D_HALPAE_ LINKER_FLAGS=$(LINKER_FLAGS) -merge:PAGECONST=PAGE -merge:INITCONST=INIT /LARGEADDRESSAWARE
INCLUDES=$(INCLUDES);..\..;..\..\inc;..;..\i386;$(HALKIT_INC_PATH);$(HALKIT_INC_PATH)\i386;$(WDM_INC_PATH)
SOURCES=
DLLDEF=$(O)\hal.def
|