News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

support for CodeBlocks projects in CMake

Started by alex.neundorf, July 17, 2007, 06:33:42 AM

Previous topic - Next topic

alex.neundorf

Hi,

since last weekend CMake (http://www.cmake.org) comes with builtin support for generating CodeBlocks projects in cvs HEAD. This means cmake can now not only generate makefiles, project files for KDevelop, MSVC and XCode, but also for CodeBlocks.

I would be happy if somebody is interested in using this and lets me know about problems and bugs.
Patches are also welcome :-)

Best regards
Alex

mandrav

Be patient!
This bug will be fixed soon...

alex.neundorf

Since today the CodeBlocks generator is also built under Windows (where it was disabled until yesterday) and supports there mingw, msys, nmake and cygwin makefiles.

I'm looking for testers...

Alex

Game_Ender

Wholly crap, looks like you might have just ruined my day, but it in a sort of good way.  I just finished a fancy build system with Scons and it is sorely lacking from IDE integration.  I will try and give this a try on some simple projects if I get the time.  The lack of IDE support on Linux (my main dev platforms) was one of my reasons for not choosing CMake.

kisoft

Quote from: alex.neundorf on July 18, 2007, 05:37:11 PM
Since today the CodeBlocks generator is also built under Windows (where it was disabled until yesterday) and supports there mingw, msys, nmake and cygwin makefiles.
We can do generate CMakeLists.txt from *.cbp.
My Makefile generator plugin (cbMakefileGen) is exists and being generated a simple makefile. CMakeLists.txt may be generated too.
I being looked for this option in my plugin. I have no time now then I look for this feature later.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]