Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: hibbity on September 03, 2011, 01:00:04 am

Title: Exporting Makefile
Post by: hibbity on September 03, 2011, 01:00:04 am
For some years, the option has been grayed-out in the menus.

Are there any intentions to a) remove the menu option; or b) add the functionality?
Title: Re: Exporting Makefile
Post by: Alpha on September 03, 2011, 01:42:16 am
I do not know about that specific option, however, I have just started work on a project exporter (http://forums.codeblocks.org/index.php/topic,15201.0.html) plugin; it generates a premake 4 script which can in turn be used to generate makefiles (among other things) through the premake executable.  (I admit the plugin is far from complete, but should be viable on simple projects.)
Title: Re: Exporting Makefile
Post by: stahta01 on September 03, 2011, 01:53:06 am
http://forums.codeblocks.org/index.php/topic,13675.0.html
Title: Re: Exporting Makefile
Post by: Alpha on September 03, 2011, 02:45:29 am
@stahta01: Interesting, I didn't know that existed.  Thanks.

If you wanted to use this in Code::Blocks, you could always add it through the Tools+ plugin (http://wiki.codeblocks.org/index.php?title=Tools%2B_reference).