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.

65 lines
1.4 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. Author:
  9. Donna Liu (DonnaLi) 19-Dec-1993
  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. # WARNING: order is important. idl must be built early since it generates
  17. # headers that other directories are dependent on. if you change
  18. # this, run the following script to ensure you have not broken it.
  19. # stg must now be built before oleprx32.
  20. #
  21. # del /s /q *.*
  22. # build -cZM
  23. DIRS= \
  24. idl \
  25. common \
  26. actprops \
  27. com \
  28. ilib \
  29. ole232 \
  30. stg \
  31. oleprx32 \
  32. dcomss \
  33. comcat \
  34. log \
  35. dll \
  36. stdclass \
  37. olecnv32 \
  38. oleui \
  39. olethunk{32} \
  40. dllhost \
  41. catalog \
  42. iprop \
  43. componentdef
  44. #
  45. # This is a list of all subdirectories that build optional components.
  46. # Each subdirectory name should appear on a line by itself. The build
  47. # follows the order in which the subdirectories are specified.
  48. #
  49. OPTIONAL_DIRS= \
  50. stg.w98 \