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

Save project as Dev-C++ or MS formats?

<< < (2/2)

chameleon:
Code::Blocks at least must export CMake compatible makefiles.

Then let CMake to do that job.

I believe it is very important.

Der Meister:
Then go ahead and write a plugin for it.

mandrav:

--- Quote from: Der Meister on February 01, 2007, 09:21:40 pm ---Then go ahead and write a plugin for it.

--- End quote ---

For importers/exporters, a script would more suitable instead of a binary plugin...

Game_Ender:

--- Quote from: chameleon on February 01, 2007, 06:59:23 pm ---Code::Blocks at least must export CMake compatible makefiles.

Then let CMake to do that job.

I believe it is very important.

--- End quote ---

Well you believe wrong :), it should work the other way around.  CMake should create CB project files from its own files, it generates platform specific files, like VS 2005 projects on Windows, XCode projects on Mac, and Makefiles on Linux.  A module for CMake that generates CB project files for all platforms would be very helpful.  There was even a CMake developer interested in this a while ago.

A major reason for this is that CMake does the whole auto configure and process while CB doesn't.  So you would not really be taking advantage of CMake if you generate those files from CB projects.

Navigation

[0] Message Index

[*] Previous page

Go to full version