Package | Description |
---|---|
org.codehaus.mojo.natives.bcc | |
org.codehaus.mojo.natives.c | |
org.codehaus.mojo.natives.linker | |
org.codehaus.mojo.natives.msvc | |
org.codehaus.mojo.natives.plugin |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
BCCLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
protected org.codehaus.plexus.util.cli.Commandline |
TLibLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
CLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
protected void |
CLinker.setCommandLineForExternalLibraries(org.codehaus.plexus.util.cli.Commandline cl,
LinkerConfiguration config)
Setup Commandline to handle external library depending on extention type
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.codehaus.plexus.util.cli.Commandline |
AbstractLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
protected org.codehaus.plexus.util.cli.Commandline |
ArchiveLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
File |
AbstractLinker.link(LinkerConfiguration config,
List compilerOutputFiles) |
File |
Linker.link(LinkerConfiguration config,
List compilerOutputFiles) |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
MSVCLinker.createLinkerCommandLine(List objectFiles,
LinkerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected LinkerConfiguration |
NativeLinkMojo.getLgetLinkerConfiguration() |
Copyright © 2013 Codehaus. All Rights Reserved.