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.

54 lines
1.0 KiB

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