Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#   Documentation
#

=pod

=for htmltoc    FAQ::Create an API Package

=head1 NAME

Create an API Package

=head1 SYNOPSIS

An 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 and
any other platform that was required. This can be simplified through the use of
the GENERIC platform.

    BuildPlatforms  ( 'GENERIC' );

The GENERIC platform does not support any form of compilation, library
manipulation or linking; but it does allow the packaging of files.

The GENERIC platform will always be built. It is independent of the value of
GBE_PLATFORM and GBE_BUILDFILTER 

=cut