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.

52 lines
973 B

  1. PROJDIR=..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=be
  4. TARGETTYPE=LIBRARY
  5. # We need $(SHELL_INC_PATH) for shlwapip.h
  6. INCLUDES=\
  7. $(PROJDIR)\netcfg\inc;\
  8. $(PROJDIR)\inc;\
  9. $(SHELL_INC_PATH)
  10. SOURCES=\
  11. adapter.cpp \
  12. bindings.cpp \
  13. classinst.cpp \
  14. comp.cpp \
  15. complist.cpp \
  16. comprefs.cpp \
  17. diag.cpp \
  18. dihook.cpp \
  19. ecomp.cpp \
  20. filtdev.cpp \
  21. filtdevs.cpp \
  22. friendly.cpp \
  23. guisetup.cpp \
  24. ibind.cpp \
  25. iclass.cpp \
  26. icomp.cpp \
  27. ienum.cpp \
  28. inetcfg.cpp \
  29. install.cpp \
  30. lanamap.cpp \
  31. lockdown.cpp \
  32. modify.cpp \
  33. ncprsht.cpp \
  34. ncwins.cpp \
  35. netcfg.cpp \
  36. notify.cpp \
  37. obotoken.cpp \
  38. persist.cpp \
  39. pnpbind.cpp \
  40. pszarray.cpp \
  41. provider.cpp \
  42. regbind.cpp \
  43. remove.cpp \
  44. stable.cpp \
  45. upgrade.cpp \
  46. util.cpp \
  47. wrlock.cpp \
  48. wscfg.cpp