User forums > Using Code::Blocks

cbp2make - makefile generation tool

<< < (19/25) > >>

mirai:
Update: (see rev.138) a small bugfix release

[+] Fixed possible out-of-order execution of makefile rules when -jN option is used, which might happen due to missing dependencies between before-build,build,after-build rules.
[+] Fixed possible 'could not find getcwd' build error in recent distributions due to missing #include.
[+] Corrected default command templates for GCC dynamic library and executable linker.
[+] Added support for multiple platform-specific library extensions. This list of file extensions is used to check whether a supplied file name is a full library name ("libabc.a") or just a base name ("abc") which requires "-l" linker option. See cbp2make.cfg configuration file, platforms section.

freq:
Can anyone explain tom how to use this tool?

stahta01:

--- Quote from: freq on June 01, 2013, 10:46:49 am ---Can anyone explain tom how to use this tool?

--- End quote ---

Read this site http://sourceforge.net/apps/mediawiki/cbp2make/index.php?title=Main_Page

Tim S.

mcwanghui:
great work! thank you very much!

mirai:
Update: (see rev.147) an intermediate release

[+] Fixed setting of automatic file prefix for targets ('lib' for static libraries, etc).
[+] Partially reworked support for multiple toolchains. Different toolchains with incompatible command line switches can be used now in one project.
[+] Declared MSVC and Borland toolchains, other toolchains known to C::B will be there in further releases.
[+] Some other minor bugfixes and changes I don't remember  ;)

The progress on cbp2make became quite slow recently.
Despite many planned things are not there yet, I'd like to share some of already implemented improvements.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version