News:

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

Main Menu

How to disable compiling options ?

Started by probine, November 11, 2005, 01:35:59 PM

Previous topic - Next topic

probine

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

Why do you want to run make without compiling something? To build something one must compile it, correct?

MortenMacFly

Quote from: probine on November 11, 2005, 01:35:59 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: [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]