News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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.