Programmer's WorkBench (pwb.hlp) (Table of Contents; 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.
Project Menu, Build Target Command
  Keyboard                                 Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Project menu, Build Target command
 
     Choose Build Target to build or rebuild specific targets in the
     project. The Build Target dialog box provides the following
     options and commands:
 
     Option         Description
 
     Target         Specifies the name of the target or targets you
                    want to build.
 
     Command        Description
 
     Build          Builds the specified target.
 
     Rebuild All    Forces a rebuild of the specified target and its
                    dependents. Equivalent to specifying the NMAKE /a
                    option.
 
     For non-PWB projects, PWB redefines the _pwbbuild and _pwbrebuild
     macros so that the specified targets are built when you
     subsequently choose the Build or Rebuild All commands.
     See: Build Commands with Non-PWB Projects
          Using Non-PWB Makefiles
 
     TIP: You can also specify NMAKE command-line options and macro
          definitions in the Target text box.
 
     See
 
     Compile
     NMAKE Options
     Options menu, NMAKE Options
                                    -♦-