_pwbbuild

Key

Unassigned

Menu

Project menu, Build command

The _pwbbuild macro builds the “all” target of the current PWB project. The “all” pseudotarget in a PWB project lists all the targets in the project.

For non-PWB projects, _pwbbuild builds the targets that were last specified by using the Build Target command from the Project menu. PWB redefines _pwbbuild each time you use Build Target. If no target has been specified, NMAKE builds the first target listed in the project makefile.

Definition

_pwbbuild := cancel arg "all" compile <

Cancel

Establishes a uniform “ground state” by cancelling any selection or argument.

Arg "all" Compile

Builds the all pseudotarget in the current project.

<

Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.

See

Arg, Cancel, Compile