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.

48 lines
885 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\hals\hals.inc
  5. MAJORCOMP=ntos
  6. MINORCOMP=halssc
  7. TARGETNAME=halssc
  8. TARGETPATH=obj
  9. !IF $(IA64)
  10. TARGETTYPE=HAL
  11. HALBASE=0xe000000080010000
  12. !ELSE
  13. TARGETTYPE=DRIVER
  14. !ENDIF
  15. INCLUDES=..\..\ntos\ke;..\inc
  16. SOURCES=
  17. IA64_SOURCES=hal.rc \
  18. bushnd.c \
  19. ia64\ixinfo.c \
  20. ia64\simbus.c \
  21. ia64\simclk.s \
  22. ia64\simdma.c \
  23. ia64\simfw.c \
  24. ia64\simio.c \
  25. ia64\simkd.c \
  26. ia64\simkrnl.c \
  27. ia64\simperfc.c \
  28. ia64\simswint.c \
  29. ia64\simsxint.c \
  30. ia64\simtimer.c \
  31. ia64\x86bios.c
  32. DLLDEF=$(O)\hal.def
  33. MSC_WARNING_LEVEL=/W3 /WX
  34. !IF $(IA64)
  35. LINKLIBS=$(SDK_LIB_PATH)\ia64\libssc.lib
  36. !ENDIF