Code::Blocks Forums
User forums => Help => Topic started 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.
-
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.