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.

48 lines
1.0 KiB

  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. !ENDIF
  9. #
  10. # This is a list of all subdirectories that build required components.
  11. # Each subdirectory name should appear on a line by itself. The build
  12. # follows the order in which the subdirectories are specified.
  13. #
  14. DIRS= \
  15. idl \
  16. inc \
  17. proxy \
  18. utils \
  19. mon \
  20. trans \
  21. iapp \
  22. stg \
  23. download \
  24. urlhlink \
  25. zones \
  26. eapp \
  27. compress \
  28. urltrack \
  29. dll \
  30. jit
  31. #
  32. # This is a list of all subdirectories that build optional components.
  33. # Each subdirectory name should appear on a line by itself. The build
  34. # follows the order in which the subdirectories are specified.
  35. #
  36. OPTIONAL_DIRS= \
  37. urltest \