◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Project menu, Build command («_pwbbuild») Macro ◄_pwbbuild► Choose Build to build the main targets in the project. This command is equivalent to running NMAKE with the project makefile and project environment, specifying no options or targets. When you choose Build, PWB runs NMAKE to build the 'all' target in the project makefile. When no project is open, PWB constructs a temporary makefile according to the current project template. See: ◄Options menu, Project Templates Cascaded Menu► For non-PWB projects, the targets that are built can vary. See: ◄Build Commands with Non-PWB Projects► ◄Using Non-PWB Makefiles► See Compile ◄Options menu, NMAKE Options► -♦-