Author Topic: Load an existing remote project  (Read 4006 times)

Offline SteveTaylor

  • Single posting newcomer
  • *
  • Posts: 3
Load an existing remote project
« on: April 04, 2011, 05:19:03 pm »
Hi,

How can I set up CodeBlock such that it loads, builds and debugs an existing remote code base?

The code base is controlled by a global make file which you pass the exact project to be built as a parameter.
It runs its code in the same way (from the project root directory).

I have tried loading and creating projects in CB but I cannot quite figure out how to do this!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Load an existing remote project
« Reply #1 on: April 04, 2011, 05:41:41 pm »
Create a custom makefile project.
Search the forum and the wiki for more info on the matter.
(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 SteveTaylor

  • Single posting newcomer
  • *
  • Posts: 3
Re: Load an existing remote project
« Reply #2 on: April 05, 2011, 09:56:52 am »
Thanks, I will check that out.