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.

22 lines
514 B

  1. TARGETNAME=spsim
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. MSC_WARNING_LEVEL=/W3 /WX
  5. SOURCES= \
  6. spsim.rc \
  7. debug.c \
  8. dispatch.c \
  9. fdo.c \
  10. init.c \
  11. memory.c \
  12. method.c \
  13. sta.c
  14. TARGETLIBS=$(DDK_LIB_PATH)\oprghdlr.lib
  15. INCLUDES= $(PROJECT_ROOT)\busdrv\acpi\inc; \
  16. ..\inc; \
  17. $(DDK_INC_PATH)\wdm;\
  18. $(PROJECT_ROOT)\ntos\inc