We can add a .lib File to a project by adding the file to a target. But I have the situation, that I would like to include one .lib File or the other .lib File dependent on how some #defines are set. So I like to specify via source code (between #ifdef ... #else .. #endif) which .lib file I like to link into my project. How can this be done? Thanks in advance for your hints. - Adrian