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.

57 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989-92 Microsoft Corporation
  3. Module Name:
  4. dirs.
  5. Abstract:
  6. This file specifies the subdirectories of the current directory that
  7. contain component makefiles.
  8. Author:
  9. Steve Wood (stevewo) 17-Apr-1990
  10. NOTE: Commented description of this file is in \nt\public\oak\bin\dirs.tpl
  11. !ENDIF
  12. #
  13. # This macro is defined by the developer. It is a list of all subdirectories
  14. # that build required components. Each subdirectory should be on a separate
  15. # line using the line continuation character. This will minimize merge
  16. # conflicts if two developers adding source files to the same component.
  17. # The order of the directories is the order that they will be built when
  18. # doing a build.
  19. #
  20. DIRS= \
  21. idl \
  22. srvsvc \
  23. wkssvc \
  24. alrsvc \
  25. msgsvc \
  26. repl \
  27. at \
  28. browser \
  29. logonsrv\
  30. upssvc \
  31. nwsap \
  32. lls \
  33. dfs \
  34. seclogon
  35. #
  36. # This macro is defined by the developer. It is a list of all subdirectories
  37. # that build optional components. Each subdirectory should be on a separate
  38. # line using the line continuation character. This will minimize merge
  39. # conflicts if two developers adding source files to the same component.
  40. # The order of the directories is the order that they will be built when
  41. # doing a build.
  42. #
  43. OPTIONAL_DIRS=