Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

export as makefile

(1/2) > >>

MoonKid:
Is there a point on the TODO list to implement a export functionality for C::B projects?

e.g. Export such a project as a bakefile. Then everybody can create its own specifik makefiles from it.

What do you think about that?

alex.neundorf:
Do it the other way round: use cmake and let cmake create a CodeBlocks project or makefile or XCode/MSVC/Eclipse/KDevelop project for Linux/*BSD/Windows/Apple/Sun/HPUX/...

The current codeblocks generator in cmake cvs HEAD (for Windows users there is now a nightly build available at http://www.cmake.org/files/vCVS/ ) generates a makefile based codeblocks project.
A native CB project would also be possible, but that requires a lot more work and somebody to do it.

Alex

thomas:

--- Quote ---Do it the other way round
--- End quote ---
Right.

--- Quote ---Is there a point on the TODO list...
--- End quote ---
There is presently no item on the to-do list for that. This doesn't mean it might not implemented one day, just it's not on the schedule.

MoonKid:

--- Quote from: alex.neundorf on September 20, 2007, 09:42:36 pm ---Do it the other way round: use cmake and let cmake create a CodeBlocks project or makefile or XCode/MSVC/Eclipse/KDevelop project for Linux/*BSD/Windows/Apple/Sun/HPUX/...
--- End quote ---

Sorry, but I think I understand nothing of what you sayed. ;)

cmake is just a other buildsystem beside gnumake, nmake, etc?
cmake can create CodeBlocks projects from its own cmake-makefile-format?


--- Quote ---The current codeblocks generator in cmake cvs HEAD (for Windows users there is now a nightly build available at http://www.cmake.org/files/vCVS/ ) generates a makefile based codeblocks project.
A native CB project would also be possible, but that requires a lot more work and somebody to do it.
--- End quote ---

cmake generate "a makefile based codeblocks project"
"native CB project would also be possible"
What is the difference? cmake generate CB project files AND "native" CB project files? It confusing me.

kisoft:

--- Quote from: MoonKid on September 20, 2007, 09:11:56 pm ---Is there a point on the TODO list to implement a export functionality for C::B projects?

e.g. Export such a project as a bakefile. Then everybody can create its own specifik makefiles from it.

What do you think about that?

--- End quote ---
Try my plugin. cbMakefileGen being created a simple makefile for exists C::B project.
cbMakefileGen sources available (see below). Binary Win32 only now. My plugin tested on Linux too (Ubuntu).

Navigation

[0] Message Index

[#] Next page

Go to full version