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.

28 lines
365 B

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