Uses of Interface
net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration
Packages that use CompilerConfiguration
Package
Description
C++ and other compiled languages build support for Ant.
Adapter for Borland tools.
Adapters for Microsoft tools.
-
Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerConfigurationModifier and TypeMethodDescriptionDependencyTable.parseIncludes(CCTask task, CompilerConfiguration compiler, File source) voidDependencyTable.walkDependencies(CCTask task, DependencyInfo dependInfo, CompilerConfiguration compiler, DependencyInfo[] stack, DependencyTable.DependencyVisitor visitor) -
Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland that return CompilerConfigurationModifier and TypeMethodDescriptionprotected CompilerConfigurationBorlandCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude) protected CompilerConfigurationBorlandCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles) -
Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks.compiler
Classes in net.sf.antcontrib.cpptasks.compiler that implement CompilerConfigurationModifier and TypeClassDescriptionfinal classA configuration for a C++ compilerMethods in net.sf.antcontrib.cpptasks.compiler that return CompilerConfigurationModifier and TypeMethodDescriptionprotected abstract CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) CommandLineCompilerConfiguration.createPrecompileConfigurations(File prototype, String[] nonPrecompiledFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file.CompilerConfiguration.createPrecompileConfigurations(File prototype, String[] nonPrecompiledFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file.PrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, File prototype, String[] exceptFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file.PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, File prototype, String[] nonPrecompiledFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file.protected abstract CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude) protected abstract CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles) Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerConfigurationModifier and TypeMethodDescriptionPrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, File prototype, String[] exceptFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file.PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, File prototype, String[] nonPrecompiledFiles) This method may be used to get two distinct compiler configurations, one for compiling the specified file and producing a precompiled header file, and a second for compiling other files using the precompiled header file. -
Uses of CompilerConfiguration in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio that return CompilerConfigurationModifier and TypeMethodDescriptionprotected CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude) protected CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles)