C and C++ SoftBench User's Guide

377
customized build configuration.
To see the complete list of available build configurations, choose
"Builder: Manage Build Configurations…" on the SoftBench main
window, then explore the drop-down list of build configuration names.
Check In The process of moving file changes from the local file system
into the archive file system. When you check a file in as unlocked, the
local copy of the file is read-only.
Check Out The process of retrieving a copy of an archive file into a
mapped, local file system. When you check out a file, you can edit the file
without affecting any other files. You can check a file out with read-only
("Check Out Unlocked") or read-write ("Check Out Locked")
permissions.
Child Process A program called from another program. Every HP-UX
process except the root process is a child of some other process. When two
programs interact, one is usually the parent and one is the child.
Click Consecutively pressing a mouse button and releasing it. The click
action is used to move the edit cursor (move the pointer to the desired
cursor position, and click), and to select a button (move the pointer to the
button and click).
Clipboard An area in memory used for cutting and pasting text. When
you select a cut or copy function in an Edit Area, the text is placed in a
Clipboard. When you paste text, the text in the Clipboard is placed into
the Edit Area.
Compile An action appropriate for source files and object files. When
you choose "Compile" with either source or object files selected,
SoftBench transforms the source file into the object file.
See also Build.
Configuration Management A process that lets development teams
identify and control changes to the components of their projects. This
method of control allows teams to build any saved version of their
product in a consistent, repeatable manner.
Dependency The relationship between files and targets when the