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.

38 lines
624 B

  1. TARGETNAME=streams
  2. TARGETPATH=obj
  3. TARGETTYPE=EXPORT_DRIVER
  4. DLLDEF=$(O)\streams.def
  5. NT_UP=0
  6. SYNCHRONIZE_DRAIN=1
  7. LINKLIBS=\
  8. ..\debug\$(O)\debug.lib \
  9. ..\export\$(O)\export.lib \
  10. ..\sndis\$(O)\sndis.lib \
  11. ..\stdi\$(O)\stdi.lib
  12. TARGETLIBS=\
  13. $(DDK_LIB_PATH)\ndis.lib \
  14. $(DDK_LIB_PATH)\tdi.lib
  15. INCLUDES=..\inc;$(BASE_INC_PATH)
  16. SOURCES=\
  17. msgrtns.c \
  18. sh_api.c \
  19. sh_close.c \
  20. sh_err.c \
  21. sh_get.c \
  22. sh_ioctl.c \
  23. sh_irp.c \
  24. sh_link.c \
  25. sh_ntos.c \
  26. sh_open.c \
  27. sh_pend.c \
  28. sh_poll.c \
  29. sh_put.c \
  30. sh_thrd.c \
  31. shead.c \
  32. streams.rc \
  33. stubs.c