C++ 从代码块导出生成文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/835352/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Export a makefile from codeblocks
提问by
Is it possible to export a makefile from a C++ codeblocks project?
是否可以从 C++ 代码块项目中导出生成文件?
If so, how is it done?
如果是这样,它是如何完成的?
回答by Lodle
I use cbp2mak, read up on it here http://forums.codeblocks.org/index.php?topic=9731.msg69835#msg69835
我使用 cbp2mak,在这里阅读它http://forums.codeblocks.org/index.php?topic=9731.msg69835#msg69835
回答by magico
You may also use this one http://forums.codeblocks.org/index.php/topic,13675.0.html
你也可以使用这个http://forums.codeblocks.org/index.php/topic,13675.0.html
The project is cbp2make and it is hosted here: http://sourceforge.net/projects/cbp2make
该项目是 cbp2make,它托管在这里:http: //sourceforge.net/projects/cbp2make