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.

31 lines
407 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. NT_UP=0
  5. !include $(PROJECT_ROOT)\hals\hals.inc
  6. MAJORCOMP=ntos
  7. MINORCOMP=hal
  8. TARGETNAME=halmpsm
  9. TARGETPATH=obj
  10. HALTYPE=MCA
  11. !IF $(386)
  12. TARGETTYPE=HAL
  13. !ELSE
  14. TARGETTYPE=DRIVER
  15. !ENDIF
  16. C_DEFINES=-DAPIC_HAL
  17. INCLUDES=..\..\..\inc;..\..\..\ke;..\..;..\..\inc;..;..\i386
  18. SOURCES=
  19. DLLDEF=$(O)\hal.def
  20. MSC_WARNING_LEVEL=/W3 /WX