Subj : Re: How can I get rid of #define in my generated C code ...? To : comp.programming From : makc.the.great Date : Sun Oct 09 2005 11:58 pm Bahram wrote: > any switch I can specify ANYWHERE, including the C compiler, > that would take the .c files... and get rid > of all the #defines in the generated code. cl prog.c -D MYDEFINE -E > prognew.c .