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.
Hi !
You can do both :)
You can create either one project/OS or one virtual target/OS (Project->Properties... than Build targets tab).
Dje
Sweeeet. I'll play around with this. Thanks.