Code::Blocks Forums

User forums => Help => Topic started by: kelaklub on April 19, 2008, 04:08:20 pm

Title: Ignore by OS
Post by: kelaklub on April 19, 2008, 04:08:20 pm
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.
Title: Re: Ignore by OS
Post by: dje on April 19, 2008, 06:14:03 pm
Hi !

You can do both  :)

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

Dje
Title: Re: Ignore by OS
Post by: kelaklub on April 19, 2008, 08:15:04 pm
Sweeeet. I'll play around with this. Thanks.