Class GccCompiler
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.compiler.AbstractCompiler
org.codehaus.mojo.natives.mingw.AbstractGccCompiler
org.codehaus.mojo.natives.mingw.GccCompiler
- All Implemented Interfaces:
Compiler, org.codehaus.plexus.logging.LogEnabled
@Component(role=Compiler.class,
hint="mingw",
instantiationStrategy="per-lookup")
public class GccCompiler
extends AbstractGccCompiler
Generic MinGW compiler with "-o " as its output option
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractCompiler
AbstractCompiler.CompilerRunnable -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractGccCompiler
getCommandLine, getParserMethods inherited from class AbstractCompiler
compile, getObjectFile, getObjectFileExtensionMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GccCompiler
public GccCompiler()
-
-
Method Details
-
getOutputFileOption
- Specified by:
getOutputFileOptionin classAbstractGccCompiler
-