Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Showbuild Switch
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Showbuild (Boolean)
 
     The Showbuild switch determines if PWB displays the progress of a
     build or compile as it proceeds.
 
     Syntax
 
     Showbuild:{ yes | no }
 
     yes     PWB displays all output from programs executed during a
             build or compile that is written to the standard output and
             standard error file handles.
 
     no      PWB does not capture and display output from commands
             during a build or compile.
 
             Builds may proceed slightly faster with this setting, but
             you cannot see the messages as they are produced.
 
     Default
 
     Showbuild:yes
 
     See
 
     Compile
     Project menu, Build
     Project menu, Build Target
     Project menu, Compile File
     Project menu, Rebuild All
                                    -♦-