26

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

If so, how is it done?

Marek Grzenkowicz
  • 17,024
  • 9
  • 81
  • 111

2 Answers2

10

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

Lodle
  • 31,277
  • 19
  • 64
  • 91
7

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

bstpierre
  • 30,042
  • 15
  • 70
  • 103
magico
  • 71
  • 1
  • 1