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.

44 lines
988 B

  1. !IF 0
  2. Copyright (c) 1989-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. NOTE: The order is important. Do not change unless you know what you're doing!
  9. !ENDIF
  10. # NOTE: Though we have the source code in .\pbasetup, pbasetup isn't in this list.
  11. # Instead, it's being built and checked in as a binary. Pbasetup needs to
  12. # exist only in x86 form, because it goes into PBAinst.exe (which is x86-only).
  13. # 'pbasetup{x86}' doesn't work because non-x86 builds would break in postbuild
  14. # because pbasetup.exe was missing.
  15. DIRS=\
  16. cmdebug \
  17. cmcontbl \
  18. cmsecure \
  19. cmsetup \
  20. uapi \
  21. cmutil \
  22. ccfg9x{x86} \
  23. ccfgnt \
  24. cmcfg \
  25. cmdial \
  26. cmdl \
  27. cmmgr \
  28. cmmon \
  29. cmpbk \
  30. customactions \
  31. cmstp \
  32. cnetcfg \
  33. migrate \
  34. pbasetup \
  35. profwiz