Top
PowerCOBOL V11.0 User's Guide
FUJITSU Software

6.2.6 Building an Entire Project

You can build an entire project, including all application modules, in a single step in PowerCOBOL.

You do this by right clicking the mouse on the project name in the left windowpane of the PowerCOBOL Project Manager Window, and selecting Build All from the pop-up menu.

This will cause each module in the application and its related components to be compiled and linked into separate executable files. If an error occurs during the compilation or link phase of an individual module, the remainder of the build process will be aborted.

If you select Build All option, only those application modules and their components that have changed since the last build will be re-compiled, and only the changed modules will be re-linked into new executables. If an error occurs during the compilation or link phase of any individual module, the remainder of the rebuild process will be aborted.