Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: kipade on August 12, 2016, 04:28:26 am

Title: How to use custom build command using codeblocks?
Post by: kipade on August 12, 2016, 04:28:26 am
Here, I have a project, use special build script not standard make script.
How to do that?
Now, I have to use codeblocks edit the code, and save it. then, switch to terminal to run the build command.
Title: Re: How to use custom build command using codeblocks?
Post by: oBFusCATed on August 12, 2016, 07:27:43 am
Search for custom makefile projects. This is what you need to setup.
Title: Re: How to use custom build command using codeblocks?
Post by: kipade on August 17, 2016, 02:48:50 am
I think I got it.
Thank you very much.