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.

34 lines
661 B

  1. TARGETNAME=sdbus
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. INCLUDES=..\inc
  5. MSC_WARNING_LEVEL=/W3 /WX
  6. PRECOMPILED_INCLUDE=pch.h
  7. PRECOMPILED_PCH=pch.pch
  8. PRECOMPILED_OBJ=pch.obj
  9. PASS0_HEADERDIR=$(O)
  10. PASS0_SOURCEDIR=$(O)
  11. SOURCES=sdbus.rc \
  12. activate.c \
  13. card.c \
  14. data.c \
  15. debug.c \
  16. dispatch.c \
  17. enum.c \
  18. fdopnp.c \
  19. interupt.c \
  20. intrface.c \
  21. pdopnp.c \
  22. power.c \
  23. registry.c \
  24. sdbus.c \
  25. toshiba.c \
  26. utils.c \
  27. wake.c \
  28. workeng.c \
  29. workproc.c