Class CCompilerClassic

  • All Implemented Interfaces:
    Compiler, org.codehaus.plexus.logging.LogEnabled

    @Component(role=Compiler.class,
               hint="generic-classic",
               instantiationStrategy="per-lookup")
    public class CCompilerClassic
    extends AbstractCCompiler
    Generic C/CPP compiler with "-o" as its output option
    • Constructor Detail

      • CCompilerClassic

        public CCompilerClassic()