Code::Blocks Forums

User forums => Help => Topic started by: probine on November 11, 2005, 01:35:59 pm

Title: How to disable compiling options ?
Post by: probine 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 ?
Title: Re: How to disable compiling options ?
Post by: connyosis 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?
Title: Re: How to disable compiling options ?
Post by: MortenMacFly 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.