Author Topic: Generating makefiles  (Read 3072 times)

gilad_no

  • Guest
Generating makefiles
« 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

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: Generating makefiles
« Reply #1 on: July 13, 2007, 10:02:53 pm »
There is a Plug-In available:
See here

gilad_no

  • Guest
Re: Generating makefiles
« Reply #2 on: July 18, 2007, 06:33:38 pm »
Thanks you