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.

30 lines
586 B

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