__FB_XBOX__
Syntax
__FB_XBOX__
Description
Defined without a value at compile time when the original Xbox target is being used. It can be used to compile parts of a program only for the Xbox target.
Example
#IFDEF __FB_XBOX__ print "Xbox target" #ENDIF
Predefined Defines
See also
Compiling FB for Xbox
Xbox port FAQ
Compiler Option: -target
Compiler Meta-Commands