News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Ignore by OS

Started by kelaklub, April 19, 2008, 04:08:20 PM

Previous topic - Next topic

kelaklub

Is there a way to have Code::Blocks ignore certain files/folders etc. during builds, based on the operating system? Or does this have to be done in the source code using preprocessor directives? Thanks.

dje

Hi !

You can do both  :)

You can create either one project/OS or one virtual target/OS (Project->Properties... than Build targets tab).

Dje

kelaklub

Sweeeet. I'll play around with this. Thanks.