Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineLinkerConfiguration
-
Packages that use CommandLineLinkerConfiguration Package Description net.sf.antcontrib.cpptasks.apple Project writer for Apple Xcodenet.sf.antcontrib.cpptasks.borland Adapter for Borland tools.net.sf.antcontrib.cpptasks.compiler net.sf.antcontrib.cpptasks.devstudio Adapters for Microsoft tools.net.sf.antcontrib.cpptasks.gcc net.sf.antcontrib.cpptasks.gcc.cross net.sf.antcontrib.cpptasks.openwatcom Adapters for OpenWatcom compilers and tools.net.sf.antcontrib.cpptasks.os390 net.sf.antcontrib.cpptasks.os400 -
-
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description private XcodeProjectWriter.PBXObjectRef
XcodeProjectWriter. addProjectConfigurationList(java.util.Map objects, java.lang.String baseDir, java.util.List dependencies, CommandLineCompilerConfiguration compilerConfig, CommandLineLinkerConfiguration linkerConfig)
Add project configuration list. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
BorlandLibrarian. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Builds a libraryprotected java.lang.String[]
BorlandLibrarian. prepareArguments(CCTask task, java.lang.String outputDir, java.lang.String outputName, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Prepares argument list for exec command.protected java.lang.String[]
BorlandLinker. prepareArguments(CCTask task, java.lang.String outputDir, java.lang.String outputName, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Prepares argument list for exec command. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
CommandLineLinker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Performs a link using a command line linkerprotected java.lang.String[]
CommandLineLinker. prepareArguments(CCTask task, java.lang.String outputDir, java.lang.String outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Prepares argument list for exec command. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description private java.lang.String
VisualStudioNETProjectWriter. getLinkIncremental(CommandLineLinkerConfiguration linkerConfig)
Get value of LinkIncremental property.private java.lang.String
VisualStudioNETProjectWriter. getSubsystem(CommandLineLinkerConfiguration linkerConfig)
Get value of Subsystem property.private java.lang.String
VisualStudioNETProjectWriter. getTargetMachine(CommandLineLinkerConfiguration linkerConfig)
Get value of TargetMachine property. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.gcc
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
AbstractArLibrarian. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
java.lang.String[]
AbstractLdLinker. prepareArguments(CCTask task, java.lang.String outputDir, java.lang.String outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Prepares argument list for exec command. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.gcc.cross
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
GccLibrarian. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
void
GccLinker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
void
GppLinker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
void
LdLinker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
private void
GccLibrarian. superlink(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
private void
GccLinker. superlink(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
private void
GppLinker. superlink(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
private void
LdLinker. superlink(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
-
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.openwatcom
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
OpenWatcomLibrarian. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Builds a library.protected java.lang.String[]
OpenWatcomLibrarian. prepareArguments(CCTask task, java.lang.String outputDir, java.lang.String outputName, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
Prepares argument list for exec command. -
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.os390
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
OS390Linker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
-
Uses of CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.os400
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type CommandLineLinkerConfiguration Modifier and Type Method Description void
IccLinker. link(CCTask task, java.io.File outputFile, java.lang.String[] sourceFiles, CommandLineLinkerConfiguration config)
-