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.

31 lines
743 B

  1. TARGETNAME=softpci
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=..\..\bin
  4. BINPLACE_PLACEFILE=..\..\placefil.txt
  5. INCLUDES= \
  6. $(BASE_INC_PATH); \
  7. $(BASEDIR)\base\ntos\inc; \
  8. $(DDK_INC_PATH); \
  9. $(DDK_INC_PATH)\wdm; \
  10. ..\..\inc;
  11. SOURCES= \
  12. init.c \
  13. dispatch.c \
  14. pnpdispatch.c \
  15. device.c \
  16. Ioctldispatch.c \
  17. power.c \
  18. utils.c \
  19. pcipath.c \
  20. debug.c \
  21. softpci.rc
  22. MSC_WARNING_LEVEL=/W4
  23. PRECOMPILED_INCLUDE=pch.h
  24. PRECOMPILED_PCH=local.pch
  25. RECOMPILED_OBJ=local.obj