Author Topic: Exporting Makefile  (Read 13433 times)

Offline hibbity

  • Multiple posting newcomer
  • *
  • Posts: 41
Exporting Makefile
« 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?

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Exporting Makefile
« Reply #1 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 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.)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Exporting Makefile
« Reply #2 on: September 03, 2011, 01:53:06 am »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Exporting Makefile
« Reply #3 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.