Unassigned
Project menu, Rebuild All command
The _pwbrebuild macro forces a rebuild of everything in the current project.
For non-PWB projects, _pwbrebuild rebuilds the targets that were last specified by using the Build Target command on the Project menu. PWB redefines _pwbrebuild each time you use Build Target. If no target has been specified, NMAKE rebuilds the first target listed in the project makefile.
_pwbrebuild := cancel arg meta "all" compile <
Cancel
Establishes a uniform “ground state” by canceling any selection or argument.
Arg Meta "all" Compile
Rebuilds the all pseudotarget.
<
Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.
Arg, Cancel, Compile, Meta