net.sf.antcontrib.cpptasks.compiler

Class CommandLineCCompiler

public abstract class CommandLineCCompiler extends CommandLineCompiler

An abstract Compiler implementation which uses an external program to perform the compile.

Author: Adam Murdoch

Constructor Summary
protected CommandLineCCompiler(String command, String identifierArg, String[] sourceExtensions, String[] headerExtensions, String outputSuffix, boolean libtool, CommandLineCCompiler libtoolCompiler, boolean newEnvironment, Environment env)
Method Summary
protected ParsercreateParser(File source)

Constructor Detail

CommandLineCCompiler

protected CommandLineCCompiler(String command, String identifierArg, String[] sourceExtensions, String[] headerExtensions, String outputSuffix, boolean libtool, CommandLineCCompiler libtoolCompiler, boolean newEnvironment, Environment env)

Method Detail

createParser

protected Parser createParser(File source)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.