I have a Code::Blocks project that includes a perl script which creates a c++ source file containing a linked list; the linked list is built by parsing special comments that may be included in all of the project's other .cpp files. The script is desinged to automate the creation of the linked list without human intervention, even if a new .cpp file is added to the project. I need this script to run every time the project is built, but I can't find anywhere in Code::Blocks where a "Build Always" option may be set. Does anyone know how to do this?
Thank you for your help.