I have an bldinf file .
Few of my mmp files in the project under the headline PRJ_TESTMMPFILES is under the macro #ifdef EPOC32
Eg-:
#ifdef EPOC32 lffsinfo support
t_remfsy support t_remote manual gnumakefile romstuff.mke support #endif
What does this mean. #ifdef WINS means it needs a wins compiler similarly #ifdef ARMCC means it needs a arm compiler.
but what does #ifdef EPOC32 means. Is it that it can only run for emulator?
Also How do I enable this macro. Is it throught the command prompt or should I directly enable it in the mmp file ?