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.

74 lines
1.8 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. MAJORCOMP=dfs
  12. MINORCOMP=driver
  13. TARGETNAME=dfs
  14. TARGETPATH=obj
  15. TARGETTYPE=DRIVER
  16. INCLUDES=..\h; \
  17. ..\..\mup\wml\inc; \
  18. $(PROJECT_ROOT)\ntos\inc; \
  19. $(NET_INC_PATH)
  20. UNICODE=1
  21. NET_C_DEFINES=-DUNICODE -DKERNEL_MODE
  22. TARGETLIBS=\
  23. ..\..\mup\wml\km\$(O)\wmlkm.lib
  24. SOURCES= attach.c \
  25. close.c \
  26. create.c \
  27. dcfsctl.c \
  28. dfsmrshl.c \
  29. dfsrtl.c \
  30. dfsdata.c \
  31. dfsinit.c \
  32. dfslpc.c \
  33. fastio.c \
  34. fcbsup.c \
  35. fileinfo.c \
  36. fsctrl.c \
  37. ftdfs.c \
  38. ipsup.c \
  39. know.c \
  40. localvol.c \
  41. log.c \
  42. lvolinfo.c \
  43. lvolinit.c \
  44. minfo.c \
  45. pkt.c \
  46. pktfsctl.c \
  47. pktsup.c \
  48. prefix.c \
  49. prefixp.c \
  50. registry.c \
  51. regkeys.c \
  52. regsups.c \
  53. reset.c \
  54. sitesup.c \
  55. spcsup.c \
  56. srv.c \
  57. dfs.rc \
  58. dfswml.c
  59. UMTYPE=nt
  60. !include ..\sources.inc