Package org.codehaus.mojo.natives.mingw
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 org.codehaus.mojo.natives.compiler.AbstractCompiler
AbstractCompiler.CompilerRunnable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.mojo.natives.mingw.AbstractGccCompiler
getCommandLine, getParser
Methods inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
compile, getObjectFile, getObjectFileExtension
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GccCompiler
public GccCompiler()
-
-
Method Details
-
getOutputFileOption
- Specified by:
getOutputFileOption
in classAbstractGccCompiler
-