Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sguthery on May 17, 2019, 06:17:12 pm

Title: Code::Blocks Macros to Execute a Perl Script
Post by: sguthery on May 17, 2019, 06:17:12 pm
The Advanced Compiler Options screen let's one define macros for processing code in non-plug-in languages.  I'd like to use it to simply execute a Perl script that I create in a Code::Blocks project.  In this case there is no compiling, linking, or executable output.  One just needs to call perl on the text and put the output in a terminal window for perusal.

Any suggestions as to how this might be accomplished?

Thanks in advance for your guidance.

Cheers, Scott
Title: Re: Code::Blocks Macros to Execute a Perl Script
Post by: oBFusCATed on May 17, 2019, 07:48:24 pm
Have you considered using the custom makefile projects?