◄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► -♦-