Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
TLibLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
protected org.codehaus.plexus.util.cli.Commandline |
BCCLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
CLinker.createLinkerCommandLine(List<File> 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 org.codehaus.plexus.util.cli.Commandline |
ArchiveLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
protected abstract org.codehaus.plexus.util.cli.Commandline |
AbstractLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
File |
Linker.link(LinkerConfiguration config,
List<File> compilerOutputFiles) |
File |
AbstractLinker.link(LinkerConfiguration config,
List<File> compilerOutputFiles) |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
GccLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
protected void |
GccLinker.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 org.codehaus.plexus.util.cli.Commandline |
MSVCLinker.createLinkerCommandLine(List<File> objectFiles,
LinkerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected LinkerConfiguration |
NativeLinkMojo.getLgetLinkerConfiguration() |
Copyright © 2020 MojoHaus. All rights reserved.