Advertisement
devicemodder

Untitled

Sep 27th, 2020
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. D:\xpclient>postbuild /?
  2. Usage: postbuild.cmd [-f -s -r -l lang][-?]
  3. -l:lang run for given language (see \codes.txt)
  4. -full run in forced non-incremental mode, i.e. run everything
  5. from scratch
  6. -safe run in incremental mode with extra sanity checks, e.g.
  7. force rebase and bind to run
  8. -r run incremental aggregation.
  9. Applicable to international builds only.
  10. -? Displays usage
  11.  
  12. postbuild.cmd is the general process to take a binaries tree and generate a
  13. bootable image from it. it is incremental in the sense that it will
  14. not run more than is needed on a second pass, and it is configurably
  15. multithreaded. the user has two non-command line options for setting
  16. preferences for compression and multithreading:
  17.  
  18. HORSE_POWER if this env var is set, the maximum number of threads
  19. spawned by postbuild will be HORSE_POWER multiplied
  20. by NUMBER_OF_PROCESSORS. default is HORSE_POWER=2
  21. PB_COMP if this env var is set to TRUE, compressed bootable
  22. images will be generated regardless of the machine
  23. postbuild is running on. if this env var is set to FALSE,
  24. uncompressed images will be generated. the default is
  25. to generate compressed images on quad-proc machines
  26. or higher.
  27.  
  28. note that postbuild must be run from an NT razzle window with echo defined and e
  29. xisting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement