__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. Expands to 0 otherwise. The ISO standards do not specify this symbol.

Related information
__ASSEMBLER__
__COMPILER__
__COUNTER__
__TARGETARCH__
__VERSION_NUM__
__VERSION__
__cplusplus
__CWBUILD__
__CWCC__
__DATE__
__embedded_cplusplus
__FILE__
__func__
__FUNCTION__
__LINE__
__MWERKS__
__optlevel
__PRETTY_FUNCTION__
__profile__
__STDC__
__TIME__