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.

61 lines
2.3 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. ARP.exe DUser
  40. CTest.exe DUser
  41. Designer.exe DUser
  42. DuiPad.exe DUser
  43. DUser.dll DUser
  44. DuExts.dll DUser
  45. GadgetPoint.exe DUser
  46. GadgetSpy.exe DUser
  47. Gdiplus.dll DUser
  48. Gravity.exe DUser
  49. HelloWorld.exe DUser
  50. LogonUI.exe DUser
  51. TestAdaptor.exe DUser
  52. TestClass.exe DUser
  53. TestContext.exe DUser
  54. TestCtrl.exe DUser
  55. TestCtrlGP.exe DUser
  56. TestDrop.exe DUser
  57. TestFx.exe DUser
  58. TestMsg.exe DUser
  59. TestSimple.exe DUser
  60. TestToolbar.exe DUser
  61. TestTrx.exe DUser
  62. WebView.exe DUser