Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Acki on October 05, 2008, 05:19:51 am

Title: makefile for project
Post by: Acki on October 05, 2008, 05:19:51 am
hi,
I want to create a makefile for the current project...
under "Project/Properies/Project Settings" I can specify a Makefile name, but no makefile is created when I compile the project ?!?

How can I create a makefile for the current project ???
I'm using the latest nightly (5208) with MinGW (the one from the stable release)...

EDIT: I found the menu "Build/Export Makefile", but it was hard to see, because it's grayed (inactive)  :(

thx, Acki
Title: Re: makefile for project
Post by: gd_on on October 05, 2008, 10:24:42 am
This has been answered many times on the forum.
C::B does not make itself a makefile. (It was the case in the past a few years ago!).
You cant try the plugin CBMakegen (by kisoft), found also on the forum.

gd_on