I'm not sure, but I think that Iread somewhere that you can mixthem simply by writing the c-script part in .wdl files and the other in .c files.

I would write the includes in the main .c file.

#include oldcode.wdl
#include newdefines.c

Something like that, but I didn't try it.