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 :(
#defines are not separate from other compiler options, so you would want to call GetCompilerOptions().
Thanks :)