Blame | Last modification | View Log | RSS feed
# Documentation#=pod=for htmltoc FAQ::Create an API Package=head1 NAMECreate an API Package=head1 SYNOPSISAn API package contains only header files. It should be usable on any platform.Traditionality JATS would require that the package be build for SOLARIS, WIN32 andany other platform that was required. This can be simplified through the use ofthe GENERIC platform.BuildPlatforms ( 'GENERIC' );The GENERIC platform does not support any form of compilation, librarymanipulation or linking; but it does allow the packaging of files.The GENERIC platform will always be built. It is independent of the value ofGBE_PLATFORM and GBE_BUILDFILTER=cut