Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: gilad_no on July 13, 2007, 09:17:52 pm
-
Hello,
I have a workspace with 5 projects on a Linux machine. Is there a way to export the build process into a makefile? I need an option to build the workspace with all projects from a command line (not using CodeBlocks). I don't want to write a makefile and modify it everytime. I prefer to use CodeBlocks for daily development, and only export a makefile before sending a release. I know there is an option in CodeBlocks to build using an existing makefile, but I wonder if there is an option (or a plugin) to generate this makefile from within CodeBlock itself.
- Gilad
-
There is a Plug-In available:
See here (http://forums.codeblocks.org/index.php/topic,6241.msg49270/topicseen.html)
-
Thanks you