Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: typicalc on March 02, 2025, 03:40:07 pm

Title: Make a makefile from current project
Post by: typicalc on March 02, 2025, 03:40:07 pm
Is there some menu option where I can make a makefile from current project?
Title: Re: Make a makefile from current project
Post by: Miguel Gimenez on March 03, 2025, 10:14:15 am
You have the command-line utility cbp2make.exe in the same folder of CodeBlocks.exe. It is easy to integrate in the menu using the Tools+ plugin, see this wiki article (https://wiki.codeblocks.org/index.php/Tools%2B_reference#Export_makefile) for a how-to.
Title: Re: Make a makefile from current project
Post by: wtfisgoingoff on March 31, 2025, 03:18:53 am
Follow this steps