Author Topic: ProjectBuildTarget preprocessor defines  (Read 4777 times)

Offline yop

  • Regular
  • ***
  • Posts: 387
ProjectBuildTarget preprocessor defines
« on: February 04, 2006, 08:42:17 pm »
How can I get them? I can see GetLibDirs, GetLibs, Get[Whatever] but what about the preprocessor defines (-D[somehing] for gcc)? I know that I'll say that I should have looked better when someone replies but for now I can't seem to find it :(
Life would be so much easier if we could just look at the source code.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: ProjectBuildTarget preprocessor defines
« Reply #1 on: February 04, 2006, 08:46:28 pm »
#defines are not separate from other compiler options, so you would want to call GetCompilerOptions().
Be patient!
This bug will be fixed soon...

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: ProjectBuildTarget preprocessor defines
« Reply #2 on: February 04, 2006, 09:11:47 pm »
Thanks :)
Life would be so much easier if we could just look at the source code.