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.

50 lines
1004 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. Rick Sailor (Ricksa) 22-Jan-1994
  10. !ENDIF
  11. #
  12. # This is a list of all subdirectories that build required components.
  13. # Each subdirectory name should appear on a line by itself. The build
  14. # follows the order in which the subdirectories are specified.
  15. #
  16. DIRS= \
  17. act \
  18. assert \
  19. oledll2 \
  20. dll \
  21. olebind \
  22. server1 \
  23. server2 \
  24. server3 \
  25. stgdrt \
  26. letest \
  27. simpdnd \
  28. simpsvr \
  29. simpcntr \
  30. uthread \
  31. oletest
  32. #
  33. # This is a list of all subdirectories that build optional components.
  34. # Each subdirectory name should appear on a line by itself. The build
  35. # follows the order in which the subdirectories are specified.
  36. #
  37. OPTIONAL_DIRS=
  38.