Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Exporting Makefile
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Exporting Makefile (Read 13510 times)
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?
Logged
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.)
Logged
stahta01
Lives here!
Posts: 7790
Re: Exporting Makefile
«
Reply #2 on:
September 03, 2011, 01:53:06 am »
http://forums.codeblocks.org/index.php/topic,13675.0.html
Logged
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
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
.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Exporting Makefile