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.

49 lines
985 B

  1. !IF 0
  2. Copyright (c) 1989 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\bak\bin\dirs.tpl
  11. !ENDIF
  12. #
  13. # NOTE: These components are not ready to be added to the current
  14. # build.
  15. #
  16. DIRS=\
  17. lib \
  18. svcslib \
  19. client \
  20. server \
  21. bootvrfy \
  22. bootok \
  23. sc \
  24. svchost
  25. #
  26. # This macro is defined by the developer. It is a list of all subdirectories
  27. # that build optional components. Each subdirectory should be on a separate
  28. # line using the line continuation character. This will minimize merge
  29. # conflicts if two developers adding source files to the same component.
  30. # The order of the directories is the order that they will be built when
  31. # doing a build.
  32. #
  33. OPTIONAL_DIRS= \
  34. ntsdexts \
  35. sctest