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.

42 lines
1.7 KiB

  1. ; This file is used to specify where every file built by the NT build lab is
  2. ; binplaced relative to the root of the distribution point. If a file is not
  3. ; listed, it will end up in the dump directory.
  4. ;
  5. ; The format is like this:
  6. ;
  7. ; <imagename> <class name>
  8. ;
  9. ; where <imagename> is the filename.ext and <class name> is the directory off
  10. ; the root of the distribution point (retail is a placeholder for the root).
  11. ; If there are multiple class names for a single image, use a colon to separate
  12. ; each.
  13. ;
  14. ; All bits that ship in the NT base product and are installed with winnt32,
  15. ; must have a class name of retail.
  16. ;
  17. ; If you add a new file to the list, please refrain from creating your own
  18. ; special section. Doing so makes it difficult to detect duplicates. If
  19. ; you're unable to add your image due to a collision with an existing name,
  20. ; work it out with the other developer. Options include creating another
  21. ; placefil.txt for your project or using the ALT_PROJECT_TARGET macro in your
  22. ; sources file to change the base of the distribution point (doing so means
  23. ; your project will not install as part of base NT).
  24. ;
  25. ; sort /+17 < placefil.txt > placefil.srt
  26. ;
  27. ; will generate a list sorted by class name if you want.
  28. ;
  29. ; IMPORTANT NOTE:
  30. ;
  31. ; If you add a file to the system, YOU MUST make sure layout.inf is updated
  32. ; before you start depending on it or else you will cause a BVT break. Do
  33. ; not attempt to modify layout.inf yourself, but follow instructions on:
  34. ; http://ntbld/addtob.htm
  35. ;
  36. ; PLEASE KEEP THIS LIST SORTED
  37. ;---------------------------------------------
  38. ;---------------------------------------------
  39. bits_ie.exe dump\bits_ie
  40. bits_ie.htm dump\bits_ie
  41. install.js dump\bits_ie
  42. uninstall.js dump\bits_ie
  43. readme.htm dump\bits_ie