miki
miki

Reputation:

Export a makefile from codeblocks

Is it possible to export a makefile from a C++ codeblocks project?

If so, how is it done?

Upvotes: 25

Views: 29028

Answers (2)

magico
magico

Reputation: 71

You may also use this one http://forums.codeblocks.org/index.php/topic,13675.0.html

The project is cbp2make and it is hosted here: http://sourceforge.net/projects/cbp2make

Upvotes: 7

Lodle
Lodle

Reputation: 32187

I use cbp2mak, read up on it here http://forums.codeblocks.org/index.php?topic=9731.msg69835#msg69835

Upvotes: 9

Related Questions