News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

(Automatic) creation of Makefiles?

Started by MortenMacFly, October 11, 2005, 08:42:56 PM

Previous topic - Next topic

MortenMacFly

Dear Forum,

I wonder if is possible to let C::B automatically generate (GNU) Makefiles from the project settings. I found "Makefile" in the project options, but if I'm getting this right then this works the other way (if I want to use an existing Makefile). If not, it might be worth a feature request. However - before I do so I wanted to make sure to have asked since I already have underestimated C::B features sometimes... :lol:

With regards,

Morten.

C::B @ CVS snapshot (WinXP), wxWidgets 2.6.2... working smoothly in daily work.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Have you tried "Build->Export Makefile"?
The makefile text box in project properties is the default name proposed when exporting the Makefile, *or* (if using custom makefiles) the name of the custom makefile.
Be patient!
This bug will be fixed soon...

MortenMacFly

Quote from: mandrav on October 11, 2005, 09:31:35 PM
Have you tried "Build->Export Makefile"?

...I must have been obvioulsy completely blind. Sorry! :?

This is excellent!!!  :D

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]