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.

34 lines
633 B

  1. !IF 0
  2. Copyright (c) 2000 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. Cenk Ergan
  10. !ENDIF
  11. #
  12. # This is the list of subdirectories that build required components.
  13. # Keep each subdirectory on its own line to minimize merge conflicts.
  14. #
  15. DIRS= \
  16. dll \
  17. #
  18. # This is the list of subdirectories that build optional components.
  19. # Keep each subdirectory on its own line to minimize merge conflicts.
  20. #
  21. OPTIONAL_DIRS= \
  22. test \
  23. exe \