Package | Description |
---|---|
net.sf.antcontrib.cpptasks.gcc.cross |
Modifier and Type | Field and Description |
---|---|
private static GccCCompiler |
GccCCompiler.cppInstance |
private static GccCCompiler |
GccCCompiler.g77Instance |
private static GccCCompiler |
GccCCompiler.gppInstance |
private static GccCCompiler |
GccCCompiler.instance |
Modifier and Type | Method and Description |
---|---|
static GccCCompiler |
GccCCompiler.getCppInstance()
Gets c++ adapter
|
static GccCCompiler |
GccCCompiler.getG77Instance()
Gets g77 adapter
|
static GccCCompiler |
GccCCompiler.getGppInstance()
Gets gpp adapter
|
static GccCCompiler |
GccCCompiler.getInstance()
Gets gcc adapter
|
Constructor and Description |
---|
GccCCompiler(java.lang.String command,
java.lang.String[] sourceExtensions,
java.lang.String[] headerExtensions,
boolean isLibtool,
GccCCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
Private constructor.
|