The build process

The build process occurs in four phases, first building all client files and then building all executable files. This automated process generates both client and executable files.


To build a shared library, compile your source files, generate your .e file, and link against other .e files. For building applications, use MakeSharedLib (see page 85 for more details).

To build a program or executable, compile your source files and link against .e files using MakeSharedApp. Your source files must contain a main entry point. (See "MakeSharedApp" on page 85 for more details.)

To automate the build process, use makefile descriptions to specify the files to be built, and use CreateMake to translate the descriptions and to build the files.

CAUTION The build tools don't test to see if your component, application, or library has the same name as one used by the system. The build process automatically overwrites the Taligent file if yours has a duplicate name.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker