Author Topic: (Automatic) creation of Makefiles?  (Read 6215 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
(Automatic) creation of Makefiles?
« on: October 11, 2005, 08:42:56 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: (Automatic) creation of Makefiles?
« Reply #1 on: October 11, 2005, 09:31:35 pm »
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...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: (Automatic) creation of Makefiles?
« Reply #2 on: October 11, 2005, 09:55:12 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ