Uses of Class
net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
-
Packages that use PrecompilingCommandLineCompiler Package Description net.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.intel -
-
Uses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.borland
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.borland Modifier and Type Class Description class
BorlandCCompiler
Adapter for the Borland(r) C/C++ compiler. -
Uses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.compiler
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.compiler Modifier and Type Class Description class
PrecompilingCommandLineCCompiler
A command line C compiler that can utilize precompilation of header filesConstructors in net.sf.antcontrib.cpptasks.compiler with parameters of type PrecompilingCommandLineCompiler Constructor Description PrecompilingCommandLineCompiler(java.lang.String command, java.lang.String identifierArg, java.lang.String[] sourceExtensions, java.lang.String[] headerExtensions, java.lang.String outputSuffix, boolean libtool, PrecompilingCommandLineCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
-
Uses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.devstudio
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.devstudio Modifier and Type Class Description class
DevStudio2005CCompiler
Adapter for the Microsoft(r) C/C++ 8 Optimizing Compilerclass
DevStudioCCompiler
Adapter for the Microsoft(r) C/C++ Optimizing Compilerclass
DevStudioCompatibleCCompiler
An abstract base class for compilers that are basically command line compatible with Microsoft(r) C/C++ Optimizing Compiler -
Uses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.intel
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.intel Modifier and Type Class Description class
IntelWin32CCompiler
Adapter for the Intel (r) C++ compiler for 32-bit applications The Intel (r) C++ compiler for IA32 Windows mimics the command options for the Microsoft (r) C++ compiler.class
IntelWin64CCompiler
Adapter for the Intel C++ compiler for Itanium(TM) Applications
-