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

Method Summary
 LinkerParam getParam(java.lang.String name)
           
 void link(CCTask task, TargetInfo linkTarget)
           
 
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.ProcessorConfiguration
bid, getIdentifier, getOutputFileName, getParams, getRebuild
 

Method Detail

getParam

public LinkerParam getParam(java.lang.String name)

link

public void link(CCTask task,
                 TargetInfo linkTarget)
          throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 2001-2004 Ant-Contrib project. All Rights Reserved.