Author Topic: How to disable compiling options ?  (Read 3963 times)

probine

  • Guest
How to disable compiling options ?
« on: November 11, 2005, 01:35:59 pm »
Hi,

I am programming a QT application in C::B.

When ever I press the "Build and Run" button in the toolbar, the compiler starts. I don't want this to happen, I just want to exevute a "make" command and nothing else than that.

How do I do this ?

connyosis

  • Guest
Re: How to disable compiling options ?
« Reply #1 on: November 12, 2005, 02:15:13 am »
Why do you want to run make without compiling something? To build something one must compile it, correct?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How to disable compiling options ?
« Reply #2 on: November 12, 2005, 02:25:23 pm »
When ever I press the "Build and Run" button in the toolbar, the compiler starts.
I don't get it. You have 3 buttons there: "Build", "Run" and "Build & Run". You don't want to run the build if you click on "Build and Run"? Then just press "Run"...?!

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