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.

26 lines
582 B

  1. TARGETNAME=hpsim
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=..\..\bin
  4. MSC_WARNING_LEVEL=/W3 /WX
  5. INCLUDES=..\..\inc; \
  6. $(PROJECT_ROOT)\ntos\inc;
  7. BINPLACE_PLACEFILE=..\..\placefil.txt
  8. PASS0_SOURCEDIR=$(O)
  9. PASS0_HEADERDIR=$(O)
  10. SOURCES= \
  11. hps.rc \
  12. msg.mc \
  13. config.c \
  14. dispatch.c \
  15. intrface.c \
  16. interrupt.c \
  17. memory.c \
  18. register.c \
  19. lower.c \
  20. shpcmasks.c \
  21. wmi.c