Author Topic: Ignore by OS  (Read 2725 times)

Offline kelaklub

  • Multiple posting newcomer
  • *
  • Posts: 14
Ignore by OS
« 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.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Ignore by OS
« Reply #1 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

Offline kelaklub

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: Ignore by OS
« Reply #2 on: April 19, 2008, 08:15:04 pm »
Sweeeet. I'll play around with this. Thanks.