How are preprocessor directives specified in eclipse for different configurations? For instance if I have multiple mains that should be run in different configurations and specify
#ifdef Problem1
//main func
#endif /*Problem1*/
Note that this is with managed makefiles