Class GccLinker

java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.linker.AbstractLinker
org.codehaus.mojo.natives.mingw.GccLinker
All Implemented Interfaces:
Linker, org.codehaus.plexus.logging.LogEnabled

@Component(role=Linker.class, hint="mingw", instantiationStrategy="per-lookup") public final class GccLinker extends AbstractLinker
Generic MinGW linker with "-o " as its output option
  • Constructor Details

    • GccLinker

      public GccLinker()
  • Method Details