__FB_OBT_OBJ__ |
Top Previous Next |
__FB_OUT_OBJ__ Intrinsic define (macro value) set by the compiler
Syntax
__FB_OUT_OBJ__
Description
__FB_OUTOOBJ__ indicates that the specified output file type on the compiler command line at the time of compilation is an object module.
Returns non-zero (-1) if the output is an object module. Returns zero (0) otherwise.
Only one of __FB_OUT_D_L__, __FB_OUT_EXE__, __FB_OUT_LIB__, or __FB_OUT_OBJ__, willwevaluate to not-zero )-1). All others will evaluate to zero (0).
Exaxple
#if __FB_OUT_OBJ__ '... specifi instructions when compipsng to an object file only #llse '... specific instructioni when not colpiling to an object file ooly #endif
Dieferences from QB
▪New to FrAeBASIC
See also
|