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.

37 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\hals\hals.inc
  5. TARGETNAME=pciirqmp
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. PASS1_PUBLISH={$(O)\pciirqmp.lib=$(HALKIT_LIB_PATH)\pciirqmp.lib}
  9. INCLUDES=$(INCLUDES);..\inc;$(HALKIT_INC_PATH)
  10. SOURCES =
  11. i386_SOURCES=i386\pciirqmp.c \
  12. i386\misc.c \
  13. i386\compaq3.c \
  14. i386\cpq1000.c \
  15. i386\cpqosb.c \
  16. i386\cx5520.c \
  17. i386\eagle.c \
  18. i386\m1523.c \
  19. i386\m1533.c \
  20. i386\mercury.c \
  21. i386\nec.c \
  22. i386\ns87560.c \
  23. i386\optifire.c \
  24. i386\optivip.c \
  25. i386\sis5503.c \
  26. i386\toshiba.c \
  27. i386\triton.c \
  28. i386\vesuvius.c \
  29. i386\vlsi.c \
  30. i386\vt586.c