(7 out of 44)
Makefile.$SA_SOURCE_SUFFIX
Synopsis
File extension used for all generated code.
Description
An option used by SaWeb when generating the code that builds a CGI. All generated code in the project will end with this suffix. The purpose of this option is to support various C++ compilers that expect a certain file extension. Note that this option can not be placed into a config file.
Permitted Values
Any file extension accepted by your C or C++ compiler.
Example Values
.c
.cc
.c++
See Also
(7 out of 44)