Author Topic: Can codeblcoks import exsist makefile based project?  (Read 9119 times)

cgha

  • Guest
Can codeblcoks import exsist makefile based project?
« on: September 18, 2010, 12:53:39 pm »
I see the eclipse has this function,but it is too slow for my pc.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can codeblcoks import exsist makefile based project?
« Reply #1 on: September 18, 2010, 01:11:56 pm »
C::B can not convert from makefile to C::B build-system.
This has to be done manually.
The difficulty highly depends on the size and complexity of the project.

But you can create a custom makefile project:

  • Create an empty project with the wizard,
  • add all files you might want to work on,
  • go to "Project -> Properties",
  • check "This is a custom makefile",
  • edit the makefile name if needed,
  • change the path to the makefile if needed,
  • fix the make commands in "Project -> Build options -> "Make " commands", for the target and/or the whole project.