Author Topic: How to use custom build command using codeblocks?  (Read 3085 times)

Offline kipade

  • Multiple posting newcomer
  • *
  • Posts: 50
How to use custom build command using codeblocks?
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How to use custom build command using codeblocks?
« Reply #1 on: August 12, 2016, 07:27:43 am »
Search for custom makefile projects. This is what you need to setup.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline kipade

  • Multiple posting newcomer
  • *
  • Posts: 50
Re: How to use custom build command using codeblocks?
« Reply #2 on: August 17, 2016, 02:48:50 am »
I think I got it.
Thank you very much.