views:

3275

answers:

1

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

If so, how is it done?

Best Regards

+3  A: 

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

Lodle