Conjury::C::GNU 1.004 review
DownloadConjury::C::GNU is a Perl Conjury with the GNU C/C++ tools. SYNOPSIS c_compiler Vendor => 'GNU', Language => I, No_
|
|
Conjury::C::GNU is a Perl Conjury with the GNU C/C++ tools.
SYNOPSIS
c_compiler Vendor => 'GNU',
Language => I,
No_Scanner => 1,
Program => I,
Options => [ I, I, ... ],
Journal => I;
c_linker Vendor => 'GNU',
Language => I,
Program => I,
Options => [ I, I, ... ],
Journal => I;
The optional 'Program', 'Options' and 'Journal' arguments to the GNU-specific specializations of the c_compiler and c_linker functions are simply passed through unmodified to the base class constructor.
The optional 'Language' argument specifies the langauge for which the compiler or linker should be invoked. The C language is the default if not otherwise specified. The value is case-insensitive and may be any one of the following: 'c', 'c++' or 'objective-c'.
The optional 'No_Scanner' argument in the c_compiler specialization specifies that the processing overhead of scanning all the source files for their dependency trees is unnecessary. If you are only building from clean source file hierarchies (with no existing products from previous runs), then the construction time of large builds may be improved with this option.
Requirements:
Perl
Conjury::C::GNU 1.004 search tags