Interface PreprocessingTool
- All Superinterfaces:
Tool
Deprecated.
A tool that permits configuration of the C preprocessor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Defines a named preprocessor macros to use when compiling this binary.voidDeprecated.Defines a named preprocessor macro with a value, which will be used when compiling this binary.Deprecated.The set of preprocessor macros to define when compiling this binary.
-
Method Details
-
getMacros
-
define
Deprecated.Defines a named preprocessor macros to use when compiling this binary. The macro will be supplied to the compiler as '-D name'. -
define
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.