I am using version 6.0 with a GNU makefile. I have conditional code (both *.C and *.A51)I want to enable/disable through the make file on the command line. I am using the
#ifdef DEBUG #endif // for C $IF (DEBUG) $ENDIF ; for ASM
I had the same issue a number of years back. I ended up having sed (a stream editor) auto-edit an assembly language include file. Worked like a champ!