net.sf.antcontrib.cpptasks.compiler
Interface LinkerConfiguration
- All Superinterfaces:
- ProcessorConfiguration
- All Known Implementing Classes:
- CommandLineLinkerConfiguration
public interface LinkerConfiguration
- extends ProcessorConfiguration
A configuration for a linker
- Author:
- Curt Arnold
getParam
LinkerParam getParam(java.lang.String name)
link
void link(CCTask task,
TargetInfo linkTarget)
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
getLinker
Linker getLinker()
isDebug
boolean isDebug()
Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.