Export a makefile from codeblocks

前端 未结 2 1507
自闭症患者
自闭症患者 2020-12-30 00:03

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

If so, how is it done?

相关标签:
2条回答
  • 2020-12-30 00:28

    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

    0 讨论(0)
  • 2020-12-30 00:30

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

    0 讨论(0)
提交回复
热议问题