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.

31 lines
568 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. NT_UP=0
  5. !include $(PROJECT_ROOT)\hals\hals.inc
  6. TARGETNAME=halmps
  7. TARGETPATH=obj
  8. !IF $(386)
  9. TARGETTYPE=HAL
  10. !ELSE
  11. TARGETTYPE=DRIVER
  12. !ENDIF
  13. #
  14. # Define _HALPAE_ and set /LARGEADDRESSAWARE so that this hal can be used
  15. # with a PAE-enabled kernel.
  16. #
  17. C_DEFINES=-DAPIC_HAL -D_HALPAE_
  18. LINKER_FLAGS=$(LINKER_FLAGS) -merge:PAGECONST=PAGE -merge:INITCONST=INIT -map /LARGEADDRESSAWARE
  19. INCLUDES=$(INCLUDES);..\..;..\..\inc;..;..\i386;$(HALKIT_INC_PATH);$(HALKIT_INC_PATH)\i386;$(WDM_INC_PATH)
  20. SOURCES=
  21. DLLDEF=$(O)\hal.def