C++: Preprocessing Messaging

This will print the message "Compiling against Brew SDK v1.1" whenever AEE_SIMULATOR is defined.

#if AEE_SIMULATOR
#pragma message( "Compiling against Brew SDK v1.1" )
#endif

No comments: