__ide_target()

Preprocessor operator for querying the IDE about the active build target.

Syntax
  __ide_target("target_name")  

target-name

The name of a build target in the active project in the CodeWarrior IDE.

Remarks

Expands to 1 if target_name is the same as the active build target in the CodeWarrior IDE's active project, otherwise, expands to 0. The ISO standards do not specify this symbol.