Miscellaneous Utilities Help (misc.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SBRPACK Overview
                                             Up Contents Index Back
─────SBRPACK────────────────────────────────────────────────────────────────
 
     The Microsoft Browse Information Compactor (SBRPACK) removes
     unreferenced definitions from .SBR files before the files are
     processed by BSCMAKE. Smaller .SBR files allow BSCMAKE to run
     faster, and they save space on disk.
 
     Packing .SBR files is optional. BSCMAKE will remove the same
     information; BSCMAKE's /Iu option preserves this information.
     See: BSCMAKE /Iu Option
 
     CL calls SBRPACK when /FR or /Fr is specified; /Zn prevents
     packing. Other compilers do not pack .SBR files. Use SBRPACK
     to pack an .SBR file that was created without packing.
     See: CL /FR and /Fr Options (in CL Help)
          CL /Zn Option
                                    -♦-