(5 out of 44)
Makefile.$SA_APPL_OBJS
Synopsis
Addition object files required to build your CGI executable.
Description
An option used by Sapphire/Web when generating the Makefile that defines how to build the CGI executable. The value of this option will be added to the list of objects that are passed to the linker. This is useful for adding any code to a project that is not generated by Sapphire/Web. If the source file(s) that make these object(s) are located in the project directory they will be compiled by the Makefile generated by Sapphire/Web. Note that this option can not be placed into a config file.
Permitted Values
Any valid object file name.
Example Value
utils.o webutils.o
(5 out of 44)