(14 out of 17)
Building Libraries
The easiest way to build new object files and libraries to add to the client API functionality, is to add Application Objects to a project and compile using the Sapphire/Web-generated makefile. At this point you should decide if you wish to make the new functionality part of every CGI by adding the objects and/or libraries to the Makefile.tem template or let the developer choose when it is needed by adding application objects and libraries to the individual project. The former is more convenient, but makes each CGI bigger in size than it has to be, if the functionality is not always needed.
(14 out of 17)